{% extends "catalogue/base.html" %} {% block inner_content %}
{{ form.title }}
{% if form.response %}
{{ form.response }}
{% endif %} {% endblock %}