{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ current_theme.local_style() }} {{ _('Anuncios Globales') }} - {{ _('Administración') }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ _('Anuncios Globales') }}

{{ _('Nuevo Anuncio') }}
{% if consulta and consulta.items %}
{% for announcement in consulta.items %}
{% if announcement.is_sticky %} {% endif %} {{ announcement.title }}
{{ _('Editar') }}
{{ mkdown2html(announcement.message) | safe }}
{{ announcement.created_by.nombre }} {{ announcement.created_by.apellido }} {{ announcement.timestamp.strftime('%d/%m/%Y %H:%M') }} {% if announcement.expires_at %} {{ _('Expira:') }} {{ announcement.expires_at.strftime('%d/%m/%Y') }} {% endif %}
{% endfor %}
{% if consulta.pages > 1 %} {% endif %} {% else %}

{{ _('No hay anuncios globales') }}

{{ _('Crea el primer anuncio global para todos los usuarios del sistema.') }}

{{ _('Crear Primer Anuncio') }}
{% endif %}