{% extends 'partials/base.html' %} {% load staticfiles %} {% load thumbnail %} {% block content %} {% include 'partials/header.html' %}

{{ object }}

{% if object.get_prev %} {% endif %} {% if object.get_next %} {% endif %}
{% if object.description %}

Описание:

{{ object.description }}

{% endif %}
{% if object.photos.all|length > 1 %}
{% endif %} {% if object.photos.all|length > 1 %} {% endif %}
{% include 'partials/footer.html' %}
{% endblock %} {% block js_block %} {% endblock %}