{% if mobile %}
{% for tab_id, tab_content in tabs.items() %} {% if tab_content['selected'] %} {{ tab_content['name'] }} {% else %} {{ tab_content['name'] }} {% endif %} {% endfor %}
{% else %}
{% for tab_id, tab_content in tabs.items() %} {% if tab_content['selected'] %} {{ tab_content['name'] }} {% else %} {{ tab_content['name'] }} {% endif %} {% endfor %}
{% endif %}