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

{{ object.budget }}

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

Описание:

{{ object.text }}

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

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