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

{{request_detail.title}}

{{request_detail.description}}
{% for comment in request_comments %} {{ comment.user }}

{{ comment.comment }}

{% endfor %}


Add comments below

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