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