{% extends "combo/cell_form.html" %} {% load i18n %} {% block cell-form %} {{ form.as_p }} {% with cell.get_maplayer_options as options %} {% if options %}

{% endif %} {% endwith %} {% with cell.get_free_geojson_layers.exists as free_geojson and cell.get_free_tiles_layers.exists as free_tiles %} {% if free_geojson or free_tiles %}
{% if free_geojson %} {% trans "Add a GeoJSON layer" %} {% endif %} {% if free_tiles %} {% if free_geojson %}|{% endif%} {% trans "Add a tiles layer" %} {% endif %}
{% endif %} {% endwith %} {% endblock %}