{% extends "page.html" %} {% block page_content %}
| Объект | Автор | Object Index | Risk Score | SLA Price | Дата |
|---|---|---|---|---|---|
| {{ p.object.name if p.object else '' }} | {{ p.creator.full_name if p.creator else '' }} | {{ "%.2f"|format(p.object_index) if p.object_index else '—' }} | {{ "%.2f"|format(p.risk_score) if p.risk_score else '—' }} | {{ "%.2f"|format(p.sla_price_monthly) if p.sla_price_monthly else '—' }} ₽ | {{ p.created_at.strftime('%d.%m.%Y') if p.created_at else '' }} |