{# Renders table. Accepts 'table' which is a list of lists, and 'head' which is a list of columnnames #} {# Note: assumes first column is a datetime column #}
1 %}class="number"{% endif %}> {{ value }} | {% endfor %}
---|
1 %}class="number"{% endif %}> {% if forloop.counter = 1 %} {{ value|date:"d/m/Y H:i" }} {% else %} {{ value }} {% endif %} | {% endfor %}