{% extends "partial/layout.html.twig" %} {% block title %}{{ t("report_abuse_page_name", "Report Abuse") }}{% endblock %} {% block description %}{{ t("report_abuse_meta_description", "Report Abuse or Copyright Infringement") }}{% endblock %} {% block keywords %}{{ t("report_abuse_meta_keywords", "report, abuse, copyright, infringement, file, hosting") }}{% endblock %} {% block body %}

{{ t("report_abuse_page_name", "Report Abuse") }}

{{ t("report_file_intro", "Please use the following form to report any copyright infringements ensuring you supply all the following information") }}

{% if msg_page_errors is defined %}
  {% if msg_page_errors is defined %}{{ msg_page_errors|join('. ') }}{% endif %}
{% elseif msg_page_successes is defined %}
  {% if msg_page_successes is defined %}{{ msg_page_successes|join('. ') }}{% endif %}
{% endif %}
{{ t('report_file_confirm_1', 'Confirm 1') }}: {{ t('report_file_you_have_a_good_faith_belief', 'You have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law.') }}
{{ t('report_file_confirm_2', 'Confirm 2') }}: {{ t('report_file_the_information_in_this_noticiation', 'The information in the notification is accurate, and, under the pains and penalties of perjury, that you are authorized to act on behalf of the copyright owner.') }}
{% if SITE_CONFIG_CAPTCHA_REPORT_FILE_FORM == 'yes' %}
{{ t('report_captcha', 'Confirm you are not a robot') }}: {{ CoreHelper.outputCaptcha()|raw }}
{% endif %}
{% endblock %}