{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ _('Editar Etiqueta') }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ _('Editar etiqueta') }}.

{{ form.csrf_token }}
{{ form.nombre(class="form-control", id="nombre", placeholder=_('Etiqueta')) }}
{{ form.color(class="form-control", id="color") }}

{{ _('Cancelar') }}