{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ _('Lista de Categorías.') }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ _('Lista de Categorías Disponibles') }}

{{ _('Gestiona y administra las categorías del sistema') }}

{% if consulta %}
{% for item in consulta.items -%} {% endfor %}
{{ _('Lista de categorías disponibles en el sistema.') }}
{{ _('Nombre') }} {{ _('Cursos') }} {{ _('Programas') }} {{ _('Acciones') }}
{{ item.nombre }} {{ cursos_por_categoria(item.id) }} {{ programas_por_categoria(item.id) }}
{% else %}
{{ _('No hay categorías disponibles') }}

{{ _('Usted no ha creado ninguna categoría todavía.') }}

{{ _('Crear primera categoría') }}
{% endif %}
{{ current_theme.rendizar_paginacion(consulta=consulta, vista='cursos') }}