{% extends 'base.html' %} {% block content %}
{% csrf_token %} {{ form.as_p }} {% if object %} {% else %} {% endif %}
{% endblock content %}