{{ apiApplication.getId() }} |
{{ apiApplication.getName() }} |
{% if apiApplication.getCreator() is not null %}
{{ apiApplication.getCreator().getId() }}
{% else %}
-
{% endif %}
|
{% if apiApplication.getCreator() is not null %}
{{ apiApplication.getCreator().getLogin() }}
{% else %}
-
{% endif %}
|
{% if apiApplication.isPasswordGranted() %}
{{ 'admin::users: password granted' | trans }}
{% else %}
{{ 'admin::users: password not granted' | trans }}
{% endif %}
|
{{ apiApplication.getType() }} |
{% if apiApplication.getWebhookUrl() is not null %}
{{ apiApplication.getWebhookUrl() }}
{% else %}
-
{% endif %}
|
{% if apiApplication.isWebhookActive() %}
yes
{% else %}
no
{% endif %}
|
{{ apiApplication.getCreated() | date('Y-m-d H:i:s') }} |
{{ apiApplication.getUpdated() | date('Y-m-d H:i:s')}} |
{% if apiApplication.getCreator() is not null %}
{% endif %}
|
|
{% endfor %}