{% extends "page.html" %} {% block page_content %}
| Название | Клиент | Тип | Адрес | Статус | |
|---|---|---|---|---|---|
| {{ o.name }} | {{ o.customer.name if o.customer else '' }} | {{ o.object_type }} | {{ o.address }} | {{ {'active':'Активен','inactive':'Неактивен','audit':'Аудит','prospective':'Перспективный'}[o.status] }} | {% if user.role == 'owner' %} {% endif %} |