{% set current_theme = current_theme() %} {{ current_theme.headertags() }} Plantillas Disponibles. {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Lista de Certificados Disponibles.

Nueva Plantilla Nuevo Certificado

{% if consulta %}
{% for item in consulta.items -%} {% endfor %}
Lista de certificados disponibles en el sistema.
Certificado Habilitado Publico
{{ item.titulo }} {{ item.habilitado }} {{ item.publico }}
{% if item.habilitado %} Deshabilitar {% else %} Habilitar {% endif %} {% if item.publico %} Remover {% else %} Publicar {% endif %} Editar Visualizar
{% else %}

Usted no ha creado ninguna etiqueta todavia.

{% endif %}
{{ current_theme.rendizar_paginacion(consulta=consulta, vista="program.programs") }}