2022-01-11 13:47:55 -05:00
|
|
|
{% extends 'notifications/items/layout.html' %}
|
2021-10-02 12:50:48 -04:00
|
|
|
|
|
|
|
{% load i18n %}
|
|
|
|
|
2021-10-02 14:24:07 -04:00
|
|
|
{% block primary_link %}{% spaceless %}
|
|
|
|
{% url 'settings-report' notification.related_report.id %}
|
|
|
|
{% endspaceless %}{% endblock %}
|
|
|
|
|
2021-10-02 12:50:48 -04:00
|
|
|
{% block icon %}
|
|
|
|
<span class="icon icon-warning"></span>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block description %}
|
|
|
|
{% url 'settings-report' notification.related_report.id as path %}
|
|
|
|
{% blocktrans %}A new <a href="{{ path }}">report</a> needs moderation.{% endblocktrans %}
|
|
|
|
{% endblock %}
|