{% extends "digua_portal/base.html" %}{% block headtitle %}站内通知 - 造影岛{% endblock %} {% block digua_content %}

站内通知

关注的创作者有新的已审核公开剧集时,会出现在这里。

{% for note in notifications %}

{{ note.title }}

{{ note.message }}

{% if note.link|slice:":1" == "/" %}查看{% endif %}
{% empty %}
暂无通知
{% endfor %}{% if notifications %}
{% csrf_token %}
{% endif %}
{% endblock %}