{% load i18n %} {% load static %} {% load translations %} {% load compress %} {% load icons %} {% if not request.is_ajax %} {% if not allow_index %}{% endif %} {% include "title.html" %} {% if object.slug and object.project.slug %} {% elif object.component.slug and object.component.project.slug and object.language_code %} {% elif object.slug and object.web %} {% else %} {% endif %} {% include "snippets/meta-css.html" %} {% compress js %} {% if rollbar_token %} {% endif %} {% endcompress %} {% block extra_meta %} {% endblock %}
{% block breadcrumbs_container %}

{% endblock %}
{% if messages %} {% for message in messages %} {% show_message message.tags message %} {% endfor %} {% endif %} {% endif %} {% if menu_items %} {% include 'snippets/menu.html' %} {% endif %} {% block content %} {% endblock %} {% if not request.is_ajax %}
{% csrf_token %}
{% include 'footer.html' %} {% endif %}