Item Name | Amount | Price | Price Per Item | {% if show_shop %}Shop Location | Shop | {% endif %}
---|---|---|---|---|---|
{{ item.item_name }} | {{ item.amount }} | {{ item.price }}D | {{ item.normalized_price }}D | {% if show_shop %}{{ item.shop.location }} | {% include "GeoffreyApp/location_link.html" with loc=item.shop %} | {% endif %}