{% extends "layout.html" %} {% block title %}{{title_pre}} {%if current_lang == "he" %}{{ activity.name_he }}{% else %} {{ activity.name_fr }} {% endif %}{% endblock %} {% block bread %} {% endblock %} {% block content %}
{% for row in _session.all_langs %} {% endfor %}
"{% trans "title top" %}"

{% trans "Thank you!" %}

{% trans "Your review has been successfully sent." %}

{% trans "Contact Details" %}

{%if _session.rtl == "1" %} {% else %} {% endif %}
{%for input in form.1 %}
{% if input.type == 'text' or input.type == 'email' or input.type == 'phone' %} {% if input.primary == 1 %} {% else %} {% endif %} {% elseif input.type == 'textarea' %}
{% elseif input.type == 'switch' %}
{% elseif input.type == 'rating' %}
{% endif %}
{% endfor %}
{% trans "phone out" %} {% trans "error club exist" %}
{% if _session.all_langs[_session.lang].value != "EN" %} {% endif %} {% endblock %}