{% load umap_tags i18n %}
{% trans "Styles options" %} {% foundation_field form.options_color %} {% if form.icon_class and form.pictogram %}
{% foundation_field form.icon_class %}
{% foundation_field form.pictogram %}
{% endif %} {% foundation_field form.options_weight %} {% if form.options_stroke %}
{{ form.options_stroke.label }}{{ form.options_stroke }}
{{ form.options_stroke.help_text }} {% endif %} {% foundation_field form.options_smoothFactor %} {% foundation_field form.options_opacity %} {% if form.options_fill %}
{{ form.options_fill.label }}{{ form.options_fill }}
{{ form.options_fill.help_text }} {% endif %} {% foundation_field form.options_fillOpacity %} {% foundation_field form.options_fillColor %} {% foundation_field form.options_dashArray %}