{% extends "issues/index.html" %} {% load bootstrap3 %} {% load i18n %} {% block main %}

2. {% trans "The Issue" %}

Please describe the issue you're having with the product.

{% csrf_token %} {% bootstrap_form form %}
{% endblock main %}