{% if this.setting('heading_tag') %}
<{{this.setting('heading_tag')}}>{{this.setting('heading_text')|trans|e}}{{this.setting('heading_tag')}}>
{% else %}
{{this.setting('heading_text')|trans|e}}
{% endif %}
{% endif %}
{% if Tabs %}
{% if this.setting('show_tabs') %}
{% for Tab in Tabs %}
{% if Tab.Plugins %}
{% if Tab.Show_Back or Tab.Show_Refresh %}
{% endif %}
{% set first = true %}
{% for Plugin in Tab.Plugins %}
{% do this.showPlugin(Plugin, true, first) %}
{% set first = false %}
{% endfor %}
{% 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') %}