{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if inplugin %} {% with "" as relative_path %} {% include "admin/inc.content_index.html" %} {% endwith %} {% else %} {% with "../" as relative_path %} {% include "admin/inc.content_index.html" %} {% endwith %} {% endif %} {% endblock %} {% block sidebar %} {% endblock %}