{% extends "base.html" %} {% set colortop = false %} {% set showtop = true %} {% set title = 'Pessoas Jurídicas - ' %} {% set robots = true %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block content %}
{% for item in modelos %} {% if item.category == 0 %}

{{ item.title|raw }}

{% for cont in modelos %} {% if cont.category == item.id %}

 {{ cont.title|raw }}

{% if cont.subtitle != '' %}

{{ cont.subtitle|raw }}

{% endif %}
{% if cont.writed %} {% endif %} {% if cont.open %} {% endif %} {% if cont.download %} {% endif %}
{% endif %} {% endfor %}
{% endif %} {% endfor %}
{% endblock %}