{% extends 'baseadmin.html' %} {% block title %}Categorias{% endblock %} {% block pagetitle %} {% endblock %} {% block body %}
{% if categories %} {% for category in categories %} {% endfor %} {% if pages > 1 %} {% endif %}
Nome Tipo
{{ category.nome }} {{ category.NOMETIPO }}
  • «
  • {% if current_page > 1 %}
  • {% else %}
  • {% endif %} {% for i in 1..pages %} {% if current_page == i %}
  • {{ i }}
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if current_page < pages %}
  • {% else %}
  • {% endif %}
{% else %}

Nenhuma categoria cadastrada{% if query|length > 0 %} para a busca: '{{ query }}'{% endif %}.

{% endif %}
{% endblock %} {% block modal %} {% endblock %} {% block footer %} {% endblock %}