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