{% extends 'Accounts/comun.html' %} Dashboard {% load static %} {% load i18n %} {% load tz %} {% block content %}

Dashboard

Generate Report
{% csrf_token %}


{% for row in excel_data %} {% for cell in row %} {{ cell }}   {% endfor %}
{% endfor %}
{% endblock %}