{% extends "BaseLogin.html" %} {% block title %} List {% endblock %} {% block content %}
| Data | Plano de Contas | Valor | Banco | Firma | Credito | Debito | Prof | Profissimal | Ações |
|---|---|---|---|---|---|---|---|---|---|
| {{ Exp.date|date:"d/m/Y" }} | {{ Exp.chart_of_account }} | R$ {{ Exp.gross_value }} | {{ Exp.bank }} | {% if Exp.firm %} {% else %} {% endif %} | {% if Exp.credit %} {% else %} {% endif %} | {% if Exp.debit %} {% else %} {% endif %} | {% if Exp.prof %} {% else %} {% endif %} | {% if Exp.professional %} {{ Exp.professional }} {% else %} {% endif %} |