{% extends "myhome_base.html" %} {% load avatar_tags i18n seahub_tags %} {% block sub_title %}{% trans "Notices" %} - {% endblock %} {% block title_panel %}
{% endblock %} {% block main_panel %} {% if notices %} {% include "notifications/user_notification_tr.html" %}
{% trans "Message"%} {% trans "Time"%}
{% trans 'Loading...' %}

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