{% extends base_template %} {% load i18n %} {% block title %}{% trans "Edit Facility" %}{% endblock title %} {% block headcss %} {% endblock headcss %} {% block headjs %}{{ block.super }} {% endblock headjs %} {% block content %}

{% if form.instance.id %}{% trans "Edit a facility" %}{% else %}{% trans "Add a new Facility" %}{% endif %}

{% trans "Please enter the following information about your facility. Please enter a detailed address, because knowing where you are in the world allows us to better plan for future deployments and partnerships." %}
{% trans "Please use this search box to locate your facility (and/or click on the map to select a spot), and then enter the additional information in the form below." %}
{% trans "(Knowing, as closely as possible, where you are in the world allows us to better plan for future deployments and partnerships)" %}
{% trans "Search for your facility's address or name to find its location on the map (enter to search)" as placeholder %}
{% csrf_token %} {{ form.as_p }} {% trans "Save facility" as value %}
{% endblock content %}