{% set current_theme = current_theme() %} {{ current_theme.headertags() }} Lista de Categorias. {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Lista de Categorias Disponibles.

Nueva Categoria

{% if consulta %}
{% for item in consulta.items -%} {% endfor %}
Lista de categorias disponibles en el sistema.
Nombre Cursos
{{ item.nombre }} {{ cursos_por_categoria(item.id) }} Eliminar Categoria Editar Categoria
{% else %}

Usted no ha creado ninguna etiqueta todavia.

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