{% extends 'base.html' %} {% block content %}

{{table_name}}

  • add alim
  • car summary
  • ========================================================================================================================

    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 == 15 %} {% if col is none %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %} {% endfor %}
    {{colName}}delete
    Project file path:
    {{col}}{{col}}delete

    Project file path:

    Export details table as csv:
    Export profile:
    {% endblock %}