{% if table %} {{user.login}}, вы смотрите таблицу {{table}}. Отмена {% else %} {{user.login}}, вы смотрите таблицы. На главную {% endif %}
{% if table %} {% for item in tableData.header %} {% endfor %} {% for row in tableData.data %} {% for col in row %} {% endfor %} {% endfor %}
[ASC] {{item.column_name}} [DESC]
{{col}}
{% else %}
{% endif %}