{% load i18n datacollections %} {% if form_result %}
{% trans "Thank you. Our manager will call you soon." %}
{% else %}
{% trans "Enter your phone number and we'll call you for the order details." %}
{% include "forms/form_fields.html" %}
{% if request.user.is_authenticated %} {% endif %} {% endif %}