{% extends "base.html" %} {% block title %}Documentos{% endblock %} {% block content %}
{{ total_count }} registro(s) · total {{ total | money }}
| Competência{{ sort_arrow('competencia') }} | Fornecedor{{ sort_arrow('supplier_name') }} | Categoria{{ sort_arrow('categoria') }} | Valor{{ sort_arrow('total_paid') }} | Origem | Ações |
|---|---|---|---|---|---|
| {{ d.mes | competencia(d.ano) }} | {{ d.supplier_name }} | {{ d.categoria_nome or '' }} | {{ d.total_paid | money }} | {{ d.source_location }} | Editar |
| Total registros: {{ total_count }} | {{ total | money }} | ||||
Nenhum documento encontrado. Lançar manualmente ou importar.
{% endif %}