{% extends "base.html" %} {% block title %}Pottery{% endblock %} {% block content %}

Pottery ({{ total }})

{% for p in items %} {% else %} {% endfor %}
id_repid_numSitoAreaUS FormaImpastoWareQtyMedia
{{ p.id_rep }}{{ p.id_number or '' }} {{ p.sito }}{{ p.area or '' }}{{ p.us or '' }} {{ p.form or '' }}{{ p.fabric or '' }} {{ p.ware or '' }}{{ p.qty or '' }} {% if p.id_rep in media_ids %} {% else %} No {% endif %} Edit
Nessun risultato
{% set pages = (total // size) + (1 if total % size else 0) %} {% if pages > 1 %} {% endif %}
{% endblock %}