CheddahBot/cheddahbot/templates/partials/notification_feed.html

7 lines
195 B
HTML

{% for notif in notifications %}
<div class="notif-item notif-{{ notif.category or 'info' }}">
<span class="notif-cat">{{ notif.category }}</span>
{{ notif.message }}
</div>
{% endfor %}