{% if client.display_id %}
{{ client.default_title }}
{% if client.is_deleted %}
(client_id: {{ client.display_id }})
{% elif client.is_yandex %}
(client_id: {{ client.display_id }})
{% else %}
({{ client.display_id }})
{% endif %}
{% if client.scopes_invisible_for_creator %}
Создателю недоступны скоупы: {{ client.scopes_invisible_for_creator|join:", " }} (завести новое приложение с этими скоупами он не сможет)
{% endif %} {% else %} {{ client.id }} {% endif %}