{% extends 'base.html' %} {% load static %} {% block extra_head %} {% endblock %} {% block content %}
{% if settings.banner_images.exists %} {% for banner in settings.banner_images.all %}
{% endfor %} {% else %}
{% endif %}

{{ settings.hero_title }}

{{ settings.hero_subtitle }}

{% if success %} {% endif %}
{% csrf_token %}
{{ form.name }} {% if form.name.errors %}

{{ form.name.errors.0 }}

{% endif %}
{{ form.phone }}
{% if form.phone.errors %}

{{ form.phone.errors.0 }}

{% endif %}
{{ form.email }} {% if form.email.errors %}

{{ form.email.errors.0 }}

{% endif %}
{{ form.property_type_other }} {% if form.property_type.errors %}

{{ form.property_type.errors.0 }}

{% endif %}
{{ form.city }} {% if form.city.errors %}

{{ form.city.errors.0 }}

{% endif %}

شركة خيم نيوم Neomtents

متخصصون في بيع القبب الدائرية الأوربية وتأسيس المنتجعات والمخيمات السياحية

{% for video in videos %}
{% if video.file %} {% elif video.url %} {% else %}
{% endif %}

{{ video.caption }}

{% endfor %}
{% endblock %}