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