{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load recapture %} {% 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 requests_form %}
{% csrf_token %} {{ requests_form|crispy }} {{ google_capture }}
{% endif %} {% endblock content %} {% block javascript %} {{ block.super }} {% endblock %}