{# templates/polling_location/polling_location_edit.html #} {% extends "template_base.html" %} {% block title %}{% if polling_location %}{{ polling_location.location_name|default_if_none:"" }}{% else %}Create Map Point{% endif %}{% endblock %} {% block content %} {% if polling_location.id %} < Back to Map Point Summary {% else %} < Back to Map Points {% endif %}