{% extends 'base.html.twig' %} {% block body %}

{{ 'Contact Us'|trans }}

{{ '_ELNASHRA_PHONE_'|trans }}
{{ '_ELNASHRA_FAX_'|trans }}
{% if msg is defined %}

{{ msg }}

{% endif %} {% if not success is defined or not success %}
    {% if message is defined %}
    {{ message }}
    {% endif %}
  • * {{ '_REQUESTED_FIELDS_'|trans }}

{% endif %}
{% endblock %}