{# -*- mode: web; -*- #} {% extends "base.html" %} {% block title %} Products {% endblock %} {% block actions %}
Actions | ID | Name | Price (net) | Price (gross) | Updated | ||
---|---|---|---|---|---|---|---|
{{ product.primary_key }} | {{ product.name }} | {{ product.price_net }} | {{ product.price_gross }} | {% if product.date_time_updated %}{{ product.date_time_updated }} | {% else %}{{ product.date_time_created }} | {% endif %}