{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ current_theme.local_style() }} Anuncios - {{ course.nombre }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Anuncios del Curso

Volver al curso
{{ course.nombre }} - {{ course.descripcion_corta }}
{% if consulta and consulta.items %}
{% for announcement in consulta.items %}
{{ announcement.title }}
{{ announcement.created_by.nombre }} {{ announcement.created_by.apellido }} {{ announcement.timestamp.strftime('%d/%m/%Y %H:%M') }} {% if announcement.expires_at %} Válido hasta: {{ announcement.expires_at.strftime('%d/%m/%Y') }} {% endif %}
{{ mkdown2html(announcement.message) | safe }}
{% endfor %}
{% if consulta.pages > 1 %} {% endif %} {% else %}

No hay anuncios para este curso

No hay anuncios disponibles para este curso en este momento.

{% endif %}