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

{{ _("Crear 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(_("Crear Categoría"), "/category/list") }}