{% set current_theme = current_theme() %} {% from "macros/form_buttons.j2" import render_form_buttons %} {{ current_theme.headertags() }} {{ _("Editar Categoría") }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ _("Editar Categoría") }}.

{{ form.csrf_token }}
{{ form.nombre(class="form-control", id="nombre", placeholder=_('Categoría')) }}
{{ form.descripcion(class="form-control", id="descripcion", placeholder=_('Descripción')) }}

{{ render_form_buttons(_('Actualizar Categoría'), "/category/list") }}