{$TITLE}

{% if zeina.collapse_panel %}
{% endif %}
{% for announcements in loops.announcements %} {% if announcements.MODULE_ID eq definition.MODULE_ID %} {% for center_row in announcements.center_row %} {% if center_row.S_NO_TOPICS %} {{ lang('NO_ANNOUNCEMENTS') }} {% else %}

{% if center_row.S_UNREAD_INFO %}{% else %}{% endif %} {{ center_row.MINI_POST }} {{ center_row.TITLE }}

{% if center_row.PAGINATION %}{% endif %}
{{ center_row.TEXT }}
{% if center_row.S_HAS_ATTACHMENTS %}
{L_ATTACHMENTS}{L_COLON}
{% for attachment in center_row.attachment %}
{attachment.DISPLAY_ATTACHMENT}
{% endfor %}
{% endif %}
{{ lang('TOPIC_VIEWS') }}{{ lang('COLON') }} {{ center_row.TOPIC_VIEWS }}  •  {{ lang('COMMENTS') }}{{ lang('COLON') }} {{ center_row.REPLIES }}  •  {{ lang('POST_REPLY') }} {{ center_row.OPEN }}{{ center_row.L_READ_FULL }}{{ center_row.CLOSE }}
{% if center_row.S_LAST_ROW and (announcements.AP_PAGINATION or announcements.TOTAL_ANNOUNCEMENTS) %}
{% endif %}
{% endif %} {% endfor %} {% endif %} {% endfor %}