{% extends "tracker/base.html" %} {% block body %}

{{ title }}

{% csrf_token %} {{ form.as_p }}
{% endblock %}