{% extends "dartcms/base/index.html" %} {% load i18n static dartcms_helpers %} {% block js %} {{ block.super }} {% get_current_language as LANG %} {% if LANG == 'ru-ru' %} {% endif %} {% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block breadcrumbs_current_path %}
  • {{ page_header|capfirst }}
  • {% endblock %} {% block inline_js %} {{ block.super }} {% include 'dartcms/views/partials/tinymce.html' %} {% include 'dartcms/views/partials/datepickers.html' %} {% endblock %} {% block page_content %} {% block grid %} {% include 'dartcms/views/partials/loading_indicator.html' %} {% if search_form %} {% include 'dartcms/views/partials/grid_search.html' %} {% endif %}
    {% endblock %} {% endblock %}