{% set current_theme = current_theme() %} {% from "macros/form_buttons.j2" import render_form_buttons %} {{ current_theme.headertags() }} {{ _('Crear Nueva Plantilla') }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ _('Emitir un nuevo Certificado') }}.

{{ form.csrf_token }}
{{ form.usuario(class="form-control") }}
{{ form.content_type(class="form-control", id="content_type") }}
{{ form.curso(class="form-control") }}
{{ form.template(class="form-control") }}
{{ form.nota(class="form-control") }}
{{ render_form_buttons(_('Crear Certificado'), "/certificate/list") }}