{# -*- mode: web; -*- #} {% extends "base.html" %} {% block title %} Products {% endblock %} {% block content %}
Add product
Track products you sell here. {% for product in products %} {% if product.date_time_updated %} {% else %} {% endif %} {% endfor %}
Actions Name Price (net) Price (gross) Updated
{{ product.name }} {{ product.price_net }} {{ product.price_gross }}{{ product.date_time_updated }}{{ product.date_time_created }}
{% endblock %}