{% extends "base_wide_page.html" %} {% load avatar_tags i18n seahub_tags %} {% block sub_title %}{% trans "Notices" %} - {% endblock %} {% block wide_page_content %}
{% if notices %} {% include "notifications/user_notification_tr.html" %}
{% trans "Message"%} {% trans "Time"%}
{% if notices_more %}

{% endif %} {% endif %} {% endblock %} {% block extra_script %} {% endblock %}