{% extends 'localcosmos_server/modals/large_modal_form.html' %} {% load i18n localcosmos_tags %} {% block title %} {% trans 'Manage polygon' %} {% endblock %} {% block action %} {% if geography_polygon %} {% url 'geography:edit_polygon' app.uid category.id geography_polygon.id %} {% else %} {% url 'geography:add_polygon' app.uid category.id %} {% endif %} {% endblock %} {% block body %}
{% render_bootstrap_form form %}