{% load static i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{{page_title}}{% endblock %} | BuildBlock Administrator {% block main_css %} {% endblock main_css %} {% block app_css %} {% endblock app_css %}
{% block sidebar %} {% include 'administrator/partials/left-sidebar.html' %} {% endblock sidebar %}
{% block topbar %} {% include 'administrator/partials/topbar.html' %} {% endblock topbar %}
{% if messages %} {% include "management/messages.html" with messages=messages %} {% endif %} {% if form.errors %} {% include "base/errors.html" with errors=form.non_field_errors %} {% for field in form %} {% include "base/errors.html" with errors=field.errors %} {% endfor %} {% endif %}
{% block page_title %}

{{page_title}}

{% endblock page_title %} {% block content %}{% endblock content %}
{% block modal %}{% endblock modal %} {% block bundle %}{% endblock bundle %} {% block third_party %}{% endblock third_party %} {% block app_js_bottom %} {% endblock app_js_bottom %}