{% INCLUDE 'mcp_header.html' %}

{{ MCP_UB_REPORTS_TITLE }}

{% if S_ERROR %}

{{ ERROR_MSG }}

{% endif %}

{{ MCP_UB_REPORTS_EXPLAIN }}

{% if loops.reports|length %}
  • {{ lang('VIEW_DETAILS') }}
    {{ lang('REPORTER') }}{% if S_COMMENT_REPORT %} & {{ lang('BLOG') }}{% endif %}
    {{ lang('MARK') }}
    {% for reports in loops.reports %}
  • {{ reports.BLOG_TITLE }}
    {{ lang('POSTED') }} {{ lang('POST_BY_AUTHOR') }} {{ reports.AUTHOR }} » {{ reports.AUTHOR_TIME }}
    {{ reports.REPORTER }} « {{ reports.REPORT_TIME }}
    {% if S_COMMENT_REPORT %}{{ lang('BLOG') }}{{ lang('COLON') }} {{ reports.BLOG_TITLE }}{% endif %}
  • {% endfor %}
{% INCLUDE '@mrgoldy_ultimateblog/ub_mcp_report_sort.html' %}
{% else %}

{{ lang('NO_REPORTS') }}

{% endif %}
{% if loops.reports|length %}
{% if not S_REPORTS_CLOSED %} {% endif %}
{{ lang('MARK_ALL') }} :: {{ lang('UNMARK_ALL') }}
{% endif %}
{% INCLUDE 'mcp_footer.html' %}