{% block pretitle %}{% endblock %}
{% block content %}
{% block object-tools %}{% endblock %}
{{ content }}
{% endblock %}
{% block wrapper %}
{% if not is_popup %}
{% block sidebar_left %}
{% include 'admin/sidebar_left.html' %}
{% endblock %}
{% endif %}
{% if not is_popup %}
{% block breadcrumbs %}
{% block sidebar_right %}
{% include 'admin/sidebar_right.html' %}
{% endblock %}
{% endblock %}
{% endblock %}
{% endif %}