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

Produtos


{# {% if perms.brands.add_brands %}#}
Criar
{# {% endif %}#}
{# #} {% for Serv in ProductList %} {# #} {% endfor %}
ID Nome Valor Descrição Ações
{{ Serv.id }} {{ Serv.name }} {{ Serv.value }} {{ Serv.description }} {# {% if perms.brands.change_brands %}#} {# {% endif %}#} {# {% if perms.brands.delete_brands %}#} {# {% endif %}#}
{% include 'components/_pagination.html' %} {% endblock %}