{% extends 'textdocs/base.html' %} {% block content %}

{% if form.instance.pk %}Edit Technical Report{% else %}Create a New Technical Report{% endif %}

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