{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}

{{ 'mandatoryFields'|_ }}

{{ ExpandedForm.text('tag') }}

{{ 'optionalFields'|_ }}

{{ ExpandedForm.date('date') }} {{ ExpandedForm.textarea('description') }} {{ ExpandedForm.location('tag_position') }}
{# panel for options #}

{{ 'options'|_ }}

{{ ExpandedForm.optionsList('create','tag') }}
{% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}