SQL
{% for table in tables %} {% if table == table_name %} {{table}} {% else %} {{table}} {% endif %} {% endfor %}
{% if show_logout %} Logout
{% endif %}