{% extends "BaseLogin.html" %} {% block title %} List {% endblock %} {% block content %}

Plano de Contas


{# {% if perms.brands.add_brands %}#}
Criar
{# {% endif %}#}
{# #} {% for Chart in ChartOfAccount %} {# #} {% endfor %}
ID Nome Notas Debito Firma Ações
{{ Chart.id }} {{ Chart.name }} {{ Chart.notes }} {% if Chart.debit %} {% else %} {% endif %} {% if Chart.firm %} {% else %} {% endif %} {# {% if perms.brands.change_brands %}#} {# {% endif %}#} {# {% if perms.brands.delete_brands %}#} {# {% endif %}#}
{% include 'components/_pagination.html' %} {% endblock %}