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

{% if object %}Update{% else %}Create{% endif %} location

{% csrf_token %} {{ form }}

{% if object %} {% else %} {% endif %} Cancel

{% endblock %}