{{ content_html }}
{% if mod|hasPermission(config.mod.report_dismiss_content, report.board) %}
-
Dismiss All
{% endif %}
{% if global and mod|hasPermission(config.mod.report_demote, report.board) %}
-
{% if reports_can_demote %}
Demote All
{% elseif clean.clean_local %}
Demote All
{% else %}
Demote All
{% endif %}
{% elseif not global and mod|hasPermission(config.mod.report_promote, report.board) %}
-
{% if reports_can_promote %}
Promote All
{% elseif clean.clean_global %}
Promote All
{% else %}
Promote All
{% endif %}
{% endif %}
{% if not clean.clean_local or not clean.clean_global %}
{% if mod|hasPermission(config.mod.clean, report.board) or mod|hasPermission(config.mod.clean_global, report.board) %}
-
Clean
{% if not clean.clean_local and mod|hasPermission(config.mod.clean, report.board) %}
(/{{ content_board }}/)
{% endif %}
{% if not clean.clean_global and mod|hasPermission(config.mod.clean_global, report.board) %}
(Global)
{% if not clean.clean_local and mod|hasPermission(config.mod.clean, report.board) %}
(/{{ content_board }}/+Global)
{% endif %}
{% endif %}
{% endif %}
{% endif %}