{% 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.contractor %}

{{ object.budget }}

{% if request.user.is_authenticated %} {% endif %}
{% endif %}
{% if object.description %}

Описание:

{{ object.description }}

{% endif %}
{% if object.photos.all|length > 1 %}
{% endif %} {% if object.photos.all|length > 1 %} {% endif %}

Похожие работы

{% for worksell in worksell_related %}
{% thumbnail worksell.get_cover "265x265" crop="center" as im %}
{% endthumbnail %}
{% endfor %}
{% include 'partials/footer.html' %}
{% endblock %} {% block js_block %} {% endblock %}