{% if section_title %}
{{ section_title }}
{% else %}
Registos
{% endif %}
{% if pdf_rows %}
| {{ field.label }} | {% endfor %}
|---|
| {{ value|default:"-" }} | {% endfor %}
Total: {{ pdf_rows|length }}
{% else %}
Sem dados
{% endif %}
{% if barcode_b64 %}
{% endif %}