{% extends 'snippet/layout.html' %} {% load forum_extras %} {% block stylesheet %} {% endblock %} {% block javascript %} {% endblock %} {% block main %}
小程序开发社区 › 提醒消息
{% for notification in notifications %}
{% ifequal notification.involved_type 0 %} {{ notification.trigger_user.username }}{{ notification.involved_topic.title }} 中提到了你 {% endifequal %} {% ifequal notification.involved_type 1 %} {{ notification.trigger_user.username }} 回复了你的主题 {{ notification.involved_topic.title }} {% endifequal %}
{{ notification.content|markdown|content_process|safe }}
{% endfor %} {% ifequal page.total 0 %}
您暂时还没有收到消息提醒。
{% endifequal %}
{% endblock %} {% block sidebar %} {% if user.is_authenticated %}
{{ user.username }}
{% if user.reputation %}{{ user.reputation }}{% else %}0{% endif %} 威望
{% else %}
登录 注册 找回密码
{% endif %} {% endblock %}