{% extends "partial/layout.html.twig" %} {% block title %}{{ t("contact_page_name", "Contact Us") }}{% endblock %} {% block description %}{{ t("contact_meta_description", "Contact us") }}{% endblock %} {% block keywords %}{{ t("contact_meta_keywords", "contact, us, questions, queries, file, hosting") }}{% endblock %} {% block body %}

{{ t("contact_page_name", "Contact Us") }}


{% 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('contact_intro', 'Please use the following form to contact us with any queries. Abuse reports should be sent via our abuse pages.', {'ABUSE_URL': WEB_ROOT ~ '/report_file'})|raw }}

{{ t('contact_full_name', 'Your full name') }}:
{{ t('contact_email_address', 'Email address') }}:
{{ t('contact_select_subject', 'Select subject') }}:
{{ t('contact_your_query', 'Your query') }}:
{% if SITE_CONFIG_CONTACT_FORM_SHOW_CAPTCHA == 'yes' %}
{{ CoreHelper.outputCaptcha()|raw }}
{% endif %}

Image
{% endblock %} {% block footerjs %} {% endblock %}