{% extends "webclient/base/base_container.html" %} {% load i18n %} {% comment %} {% endcomment %} {% block script %} {{ block.super }} {% include "webclient/data/includes/center_plugin_init.js.html" %} {% include "webclient/data/includes/center_plugin.thumbs.js.html" %} {% for cp in ome.center_plugins %} {% include cp.include %} {% endfor %} {% endblock %} {% block left %}
{% include "webclient/base/includes/group_user_dropdown.html" %}
{% endblock %} {% block center %}
{% for cp in ome.center_plugins %}
{% endfor %} {% endblock %} {% block right %}
{% for rt in ome.right_plugins %}
{% endfor %}
{% endblock %}