{% extends "shatailadmin/base.html" %} {% load i18n shatailadmin_tags %} {% block titletag %}{% trans "Account" %}{% endblock %} {% block content %} {% trans "Account" as account_str %} {% include "shatailadmin/shared/header.html" with title=account_str merged=1 %}
{% for tab in panels_by_tab.keys %} {% include 'shatailadmin/shared/tabs/tab_nav_link.html' with tab_id=tab.name title=tab.title %} {% endfor %} {% if menu_items %} {% trans 'More actions' as menu_items_title %} {% include 'shatailadmin/shared/tabs/tab_nav_link.html' with tab_id='actions' title=menu_items_title %} {% endif %}
{% csrf_token %} {% for tab, panels in panels_by_tab.items %} {% endfor %} {% if menu_items %} {% endif %}
{% endblock %} {% block extra_css %} {{ block.super }} {% include "shatailadmin/pages/_editor_css.html" %} {{ media.css }} {% endblock %} {% block extra_js %} {{ block.super }} {% include "shatailadmin/pages/_editor_js.html" %} {{ media.js }} {% endblock %}