{% if not notifies %}

还没有通知

{% else %} {% for n in notifies %} {% endfor %}
{{ n.sender.username }} {{ n.text }} 中回复了你 {{ n.notify_at }}
{% endif %}