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

Serviços


{# {% if perms.brands.add_brands %}#}
Criar
{# {% endif %}#}
{# #} {% for Payment in PayMethod %} {# #} {% endfor %}
ID Nome Banco Percentual Descrição Ações
{{ Payment.id }} {{ Payment.name }} {{ Payment.bank }} {{ Payment.percentage }} {{ Payment.description }} {# {% if perms.brands.change_brands %}#} {# {% endif %}#} {# {% if perms.brands.delete_brands %}#} {# {% endif %}#}
{% include 'components/_pagination.html' %} {% endblock %}