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

Объекты

{% for o in objects %}{% endfor %}
НазваниеКлиентТипАдресСтатус
{{ 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 %}
{% endblock %}