{% load i18n cosinnus_tags widget_tweaks %} {{ form.forms.media_tag.media }} {# Regular field with custom HTML #} {% trans "Where do you live?" as location_label %} {% captureas location_html %} {% trans "Enter a place or address and then choose a point on the map." as location_placeholder %} {% render_field form.forms.media_tag.location placeholder=location_placeholder %} {{ form.forms.media_tag.location_lat }} {{ form.forms.media_tag.location_lon }}
{% endcaptureas %} {% include 'cosinnus/fields/default_field.html' with field=form.forms.media_tag.location field_html=location_html label=location_label placeholder=location_placeholder large_field=True %} {# Large Field #} {% trans "Which topics are you interested in?" as topics_label %} {% trans "Select topics" as topics_placeholder %} {% include 'cosinnus/fields/default_field.html' with field=form.forms.media_tag.topics label=topics_label placeholder=topics_placeholder large_field=True %} {# Tags Field #} {% trans "What would you like to learn?" as tags_label %} {% trans "Select or create tags" as tags_placeholder %} {% include 'cosinnus/fields/default_field.html' with field=form.forms.media_tag.tags label=tags_label placeholder=tags_placeholder large_field=True %} {# Visibility Field #} {% trans "Who may see your plattform profile?" as visibility_label %} {% captureas visibility_warning_html %}