{% extends 'base.html' %} {% block content %} {% for colName in tabel_alimentari[0] %} {% endfor %} {% for row in tabel_alimentari[1:] %} {% for col in row %} {% endfor %} {% endfor %}
{{colName}}
{{col}}

{% for colName in tabel_totals[0] %} {% endfor %} {% for row in tabel_totals[1:] %} {% for col in row %} {% endfor %} {% endfor %}
{{colName}}
{{col}}

======================================================================================================================== Add

========================================================================================================================

Date From
Date Bis
Type
Monthly
Year


Data From: {{dataFrom}}
Data Bis: {{dataBis}}

========================================================================================================================
{% for colName in userDetails[0] %} {% endfor %} {% for row in userDetails[1:] %} {% for col in row %} {% endfor %} {% endfor %}
{{colName}}
{{col}}

Project file path:

{% endblock %}