{% if this.setting('show_heading') %}
{% if this.setting('heading_tag') %} <{{this.setting('heading_tag')}}>{{this.setting('heading_text')|trans|e}} {% else %}

{{this.setting('heading_text')|trans|e}}

{% endif %}
{% endif %} {% if Tabs %} {% if this.setting('show_tabs') %}
{% for Tab in Tabs %} {% if Tab.Tab_Link or Tab.Tab_Name %} {% endif %} {% endfor %}
{% endif %}
{% for Tab in Tabs %} {% if Tab.Plugins %} {% if Tab.Show_Back or Tab.Show_Refresh %}
{% if Tab.Show_Back %} {% if this.cCommandEnabled('back') %} {{this.phrase('Back')}} {% else %} {{this.phrase('Back')}} {% endif %} {% endif %} {% if Tab.Show_Auto_Refresh %} {{this.phrase('Auto refresh')}}
{{this.phrase('Stop auto refreshing')}}

{{this.phrase('Last Updated: [[updated]]', {updated: Tab.Last_Updated})}}

{% endif %} {% if Tab.Show_Refresh %} {{this.phrase('Refresh')}} {% endif %}
{% endif %} {% if Tab.Show_Embed_Disabled %} {{'Embedding is disabled'|trans}} {% elseif Tab.Show_Embed %} {{'Embed'|trans}} {% endif %} {% endif %} {% endfor %}
{% endif %} {% if this.setting('show_next_prev_buttons') %}
{{this.phrase('_PREV')}}
{{this.phrase('_NEXT')}}
{% endif %}