{% extends 'base.html' %} {% block content %} {% if item.show_item_name %}

{{ item.name }}

{% endif %} {% if item.image %} {{ item.name }} {% endif %}

{{ item.text|safe }}

{% if item.image_set.count %}

Галерея

{% endif %} {% if item.show_node_link %} ← К списку {% endif %} {% endblock %}