{% extends "page.html" %} {% block page_content %}

Опросники

+ Новый опросник
{% for s, author in sessions %}{% endfor %}
IDКлиентАвторСтатусШагДата
#{{ s.id }}{{ s.client_name }}{{ author }} {{ {'draft':'Черновик','completed':'Завершён','cancelled':'Отменён'}[s.status] }} {{ s.current_step }}/5 {{ s.created_at.strftime('%d.%m.%Y') if s.created_at else '' }}
{% endblock %}