{% extends 'baseadmin.html' %} {% block title %}Associações Locais{% endblock %} {% block pagetitle %} {% endblock %} {% block body %}
{% if associations %} {% for association in associations %} {% endfor %} {% if pages > 1 %} {% endif %}
Nome Presidente Tel.Fixo Celular Email
{{ association.nome }} {{ association.presidente }} {{ association.tel_fixo }} {{ association.celular }} {{ association.email }} {% if association.APAGAR_ITEM <= 0 %} {% endif %}
  • «
  • {% 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 associação cadastrada{% if query|length > 0 %} para a busca: '{{ query }}'{% endif %}.

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