{% extends "admin/locations/index.html" %} {% load i18n %} {% block third_column %}
{% csrf_token %}
{% include "form_field_snippet.html" with field=form.title %} {% include "form_field_snippet.html" with field=form.email %} {% include "form_field_snippet.html" with field=form.phone %} {% include "form_field_snippet.html" with field=form.address %} {% include "form_field_snippet.html" with field=form.zip_code %} {% include "form_field_snippet.html" with field=form.city %} {% include "form_field_snippet.html" with field=form.enabled %} {% include "form_field_snippet.html" with field=form.checkin %}
{% include "form_field_snippet.html" with field=form.manager %} {% include "form_field_snippet.html" with field=form.timezone %} {% include "form_field_snippet.html" with field=form.notes %}
{% include "form_field_snippet.html" with field=form.gsx_shipto %} {% include "form_field_snippet.html" with field=form.gsx_accounts %} {% include "form_field_snippet.html" with field=form.gsx_tz %}
{% if location.pk %} {% trans "Delete" %} {% else %} {% trans "Delete" %} {% endif %}
{% endblock third_column %}