{# -*- mode: jinja2; -*- #} {% extends "base.html" %} {% block title %} Products {% endblock %} {% block content %}
New invoice
Track your invoices and create new ones here. {% for invoice in invoices %} {% 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 %}