{% extends "layout/basic.html" %} {% block title %}{{ ad.title }} - Личный кабинет пользователя{% endblock %} {% block content %}
{% if ad.image %}
{% endif %}

{{ ad.title }}

{{ ad.content }}

{{ ad.price }} руб.

{{ ad.contacts }}

Добавлено {{ ad.created_at }}

{% if ais %}
{% for ai in ais %}
{% endfor %}
{% endif %}

Назад

{% if comments %}
{% for comment in comments %}
{{ comment.author }}

{{ comment.content }}

{{ comment.created_at }}

{% endfor %}
{% endif %} {% endblock %}