{% set title = "Admin: Categorias" %} {% extends 'layouts/layout_admin.html' %} {% block body %}
{% if messages.success %} {% endif %} {% if messages.error %} {% endif %} {% if messages.info %} {% endif %}
{% set catNumber = 0%} {% for c in categories %} {% set catNumber = loop.length + 1%} {% endfor %}

Add new category


{% for c in categories %} {% endfor %}
Number Id Formato Preposition Categoria
{{ c.nid }} {{ c.format }} {{ c.preposition }} {{ c.title }}

{% endblock %}