{% extends "page.html" %} {% block page_content %}
| 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 '' }} |