1. Stock
  2. {% if location %} {% for path_item in location.parentpath %}
  3. {{ path_item.name }}
  4. {% endfor %}
  5. {{ location.name }}
  6. {% endif %}