{% extends "todo/base.html" %} {% block page_heading %}{% endblock %} {% block title %}File Ticket{% endblock %} {% block content %}

{{ task }}

{% csrf_token %}

File Trouble Ticket

Have a support issue? Use this form to report the difficulty - we'll get right back to you.

{% if form.errors %} {% for error in form.errors %} {% endfor %} {% endif %} {% csrf_token %}
Describe the issue. Please include essential details.

{% endblock %}