<aclass="action-item action-available"title="{% trans 'Discard all abuse reports by this IP address' %}"href="?/reports/{{ report.id }}/dismissall/{{ token_ip }}">Dismiss+</a>
</li>
{% endif %}
{% if global and mod|hasPermission(config.mod.report_demote, report.board) %}
<liclass="report-action">
{% if report.local %}
<aclass="action-item action-available"title="{% trans 'Demote global abuse report to a local report' %}"href="?/reports/{{ report.id }}/demote/{{ token_demote }}">Demote</a>
{% else %}
<spanclass="action-item action-unavailable"title="{% trans 'Report has already been dismissed locally' %}">Demote</span>
{% endif %}
</li>
{% elseif not global and mod|hasPermission(config.mod.report_promote, report.board) %}
<liclass="report-action">
{% if report.global %}
<spanclass="action-item action-unavailable"title="{% trans 'Report is already a global report' %}">Promote</span>
{% else %}
<aclass="action-item action-available"title="{% trans 'Promote local abuse report to a global report' %}"href="?/reports/{{ report.id }}/promote/{{ token_promote }}">Promote</a>