{% extends 'tracker/issue_base.html' %} {% load bootstrap3 %} {% load staticfiles %} {% block tabcontent %}
{% csrf_token %} {% bootstrap_field form.title %}
{% if issue %} Cancel {% else %} Cancel {% endif %}
{% endblock %} {% block js_end %} {{ block.super }} {% endblock %}