{% if mod|hasPermission(config.mod.report_dismiss_content, report.board) %}
<!-- Dismiss All -->
<liclass="report-content-action">
<aclass="content-action-item content-action-available"title="{% trans 'Discard all abuse reports on this content' %}"href="{{uri_content_dismiss}}/{{token_content_dismiss}}">Dismiss All</a>
{% if global and mod|hasPermission(config.mod.report_demote, report.board) %}
<!-- Demote All -->
<liclass="report-action">
{% if reports_can_demote %}
<aclass="content-action-item content-action-available"title="{% trans 'Demote global abuse reports to local reports' %}"href="{{uri_content_demote}}/{{token_content_demote}}">Demote All</a>
<spanclass="content-action-item content-action-unavailable"title="{% trans 'Reports have all been dismissed locally' %}">Demote All</span>
{% endif %}
</li>
{% elseif not global and mod|hasPermission(config.mod.report_promote, report.board) %}
<!-- Promote All -->
<liclass="report-action">
{% if reports_can_promote %}
<aclass="content-action-item content-action-available"title="{% trans 'Promote all local abuse reports to global reports' %}"href="{{uri_content_promote}}/{{token_content_promote}}">Promote All</a>
<aclass="content-action-item content-action-available"title="{% trans 'Ignore and dismiss local abuse reports on this post for this board' %}"href="{{ uri_clean }}/{{ token_clean }}">(/{{ content_board }}/)</a>
<aclass="content-action-item content-action-available"title="{% trans 'Ignore and demote global abuse reports on this post' %}"href="{{ uri_clean_global }}/{{ token_clean_global }}">(Global)</a>
<aclass="content-action-item content-action-available"title="{% trans 'Ignore and dismiss local AND global abuse reports on this post' %}"href="{{ uri_clean_both }}/{{ token_clean_both }}">(/{{ content_board }}/+Global)</a>