{% extends 'base.html' %} {% block title %}Add Modulos Por cliente {% endblock title %} {% block content %} {% for row in object_list %} {% endfor %}
# Sistema-cliente Agregar Modulos por cliente
{{row.id}} {{row.sistema_cliente}}
{% endblock content %}