{% extends 'layout.html' %} {% load static from staticfiles %} {% load i18n %} {% block search_form %} {% with sidebar=1 sidebar_toggle_icon='fa-info-circle' %} {% include 'includes/search_form.html' %} {% endwith %} {% endblock %} {% block sidebar %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% with item=item %} {% include 'admin_bar.html' %} {% endwith %} {% if item.is_private %}
{% trans 'empty_related_content' %}
{% endif %}