{% 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 last_records[0] %} {% endfor %} {% for row in last_records[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 alim
========================================================================================================================

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 %} {% if loop.index0 == 14 %} {% if col == None %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{colName}}
Upload: {{col}}{{col}}

Export details table as csv:

{% endblock %}