{% extends "base/base-front-general.html.twig" %} {% block title %}{% trans into locale %}Contact{% endtrans %} | Cershop{% endblock %} {% block metadescription %}{% endblock %} {% block stylesheet %} {{ parent() }} {% endblock %} {% block bodyclass %}{{ parent() }}{% endblock %} {% block contenido %}

{% trans into locale %}Address{% endtrans %}

Pol. Ind. SUPOI-8. C/ Cedrillas, nº20
12550 Almassora (Castellón) - Spain

{% trans into locale %}Telephone{% endtrans %}

+ 34 964 34 24 24

{% trans into locale %}Email{% endtrans %}

itc@itc.uji.es

{% if form_errors(form) %} {% endif %} {% for flash_message in app.session.flashbag.get('success') %} {% endfor %} {% for flash_message in app.session.flashbag.get('danger') %} {% endfor %} {{ form_start(form, {'action':path('contacto.'~locale), 'method':'POST', 'class':'pl-lg-2'}) }}

{% trans into locale %}Leave us a message{% endtrans %}

{% trans into locale %}Fill in the form and we will answer you as soon as possible.{% endtrans %}

{{form_widget(form.nombre)}}
{{form_widget(form.email)}}
{{form_widget(form.asunto)}}
{{form_widget(form.mensaje)}}
{{ form_end(form) }}
{% endblock %} {% block javascript %} {{ parent() }} {% endblock %}