{% extends "locations/add_edit.html" %}
{% block page_header %}New location{% endblock page_header %}
{% block title %}{{ block.super }} - Add new location{% endblock %}
{% block form-title %}Enter location details{% endblock %}
{% block save-button %}Add{% endblock %}