{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block head-open-graph %} {% endblock head-open-graph %} {% block content %}

{{requests.title}}

{{requests.description}}
{% for comment in requests_comments %} {{ comment.user }}

{{ comment.comment }}

{% endfor %} {% if form %}
{% csrf_token %} {% include "partials/form.html" %}
{% endif %} {% endblock content %}