1 <form name="tag" method="post" action="{{ path('new_tag', { 'entry': entry.id })}}">
2 {% if form_errors(form) %}
3 <span class="black-text">{{ form_errors(form) }}</span>
6 {% if form_errors(form.label) %}
7 <span class="black-text">{{ form_errors(form.label) }}</span>
10 {{ form_widget(form.label, { 'attr': {'autocomplete': 'off'} }) }}