{% extends "layout/basic.html" %} {% load bootstrap4 %} {% block title %}{{ ad.title }} - {{ ad.rubric.name }}{% 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 %}

Назад

Новый комментарий

{% csrf_token %} {% bootstrap_form form layout='horizontal' %} {% buttons submit='Добавить' %}{% endbuttons %}
{% if comments %}
{% for comment in comments %}
{{ comment.author }}

{{ comment.content }}

{{ comment.created_at }}

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