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

{{ table_name }}

Filter Results
Date From: {{ dataFrom }}   |   Date Bis: {{ dataBis }}
Records
{% for colName in userDetails[0] %} {% endfor %} {% for row in userDetails[1:] %} {% for col in row %} {% if loop.index0 == 15 %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ colName }} Delete
{% if col is none %}
{% else %} {{ col }} {% endif %}
{{ col }} Delete
Import Car
Backup
Export Profile
{% endblock %}