You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
1.1 KiB

{% load static %}
{% load i18n %}
<div id="pw-callback" class="popup-window сallback-modal">
<header class="clearfix">
<div class="pw-title">{% trans 'Обратный звонок' %}</div>
</header>
<div class="pw-body clearfix">
<div class="label">
<p>{% trans "Вам удобнее, чтобы мы Вам позвонили? Укажите контактный номер телефона и имя, и наши консультанты свяжутся с Вами." %}</p>
</div>
<form class="pw-form simple-validate" method="get" id="callback-form" action="/callback/">
<div class="pwf-line">
<div class="pwf-field">
<input type="text" placeholder="Контактное лицо" name="person_inf" id="id_person_inf">
</div>
</div>
<div class="pwf-line">
<div class="pwf-field">
<input type="text" placeholder="Контактный номер телефона" name="phone" id="id_phone">
</div>
</div>
<div class="pwf-buttons-line">
<button type="submit" class="submit">{% trans 'Отправить запрос' %}</button>
</div>
</form>
</div>
</div>