{% extends 'base.html' %} {% comment %} Formulario de contacto {% endcomment %} {% block title %}Contact{% endblock %} {% block style_css %} {% endblock %} {% block js_top %}{% endblock %} {% block head_log %} {% if var_web.log == 0 %} Log In {% else %}

{{var_web.user}}

Log Out
{% endif %} {% endblock %} {% block wrapper %}
{% if var_web.view == 0 %}

Contact Form


{% csrf_token %} {{ form.non_field_errors }}

{{ form.name }}

{{ form.email }}

{{ form.subject }}

{{ form.message }}

{% elif var_web.view == 1 %}

Thank you for visiting this website


We will contact you as soon as possible.

{% elif var_web.view == 2 %}

Your message couldn't be delivered

{% endif %}
{% endblock %} {% block js_bot %}{% endblock %}