{{ _('Anuncios del Sistema') }}
{% if consulta and consulta.items %}
{% for announcement in consulta.items %}
{% endfor %}
{% if consulta.pages > 1 %}
{% endif %} {% else %}
{% if announcement.is_sticky %} {% endif %} {{ 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 }}
{{ _('No hay anuncios disponibles') }}
{{ _('No hay anuncios del sistema en este momento.') }}