<inputclass="input"type="text"name="telegram_bot_token"value="{% for s in &settings %}{% if s.key == "telegram_bot_token"%}{{s.value}}{%endif%}{%endfor%}">
<inputclass="input"type="text"name="telegram_chat_id"value="{% for s in &settings %}{% if s.key == "telegram_chat_id"%}{{s.value}}{%endif%}{%endfor%}">
<inputclass="input"type="text"name="contact_info"placeholder="+7 999 123-45-67 / info@example.com"value="{% for s in &settings %}{% if s.key == "contact_info"%}{{s.value}}{%endif%}{%endfor%}">
<textareaclass="input"name="pricing_info"rows="3"style="min-height:70px;resize:vertical;"placeholder="от 600 рублей за визит">{% for s in &settings %}{% if s.key == "pricing_info" %}{{ s.value }}{% endif %}{% endfor %}</textarea>