{% load umap_tags i18n %}
{% trans "Styles options" %} {% foundation_field form.color %} {% if form.icon_class and form.pictogram %}
{{ form.icon_class }} {{ form.pictogram }}
{% trans "Change marker shape and symbol." %} {% endif %} {% foundation_field form.weight %} {% if form.stroke %}
{{ form.stroke.label }}{{ form.stroke }}
{{ form.stroke.help_text }} {% endif %} {% foundation_field form.smoothFactor %} {% foundation_field form.opacity %} {% if form.fill %}
{{ form.fill.label }}{{ form.fill }}
{{ form.fill.help_text }} {% endif %} {% foundation_field form.fillOpacity %} {% foundation_field form.fillColor %} {% foundation_field form.dashArray %}