{% extends "profiles.twig" %} {% block subcontent %} {#
No profiles found
{% else %}| Name | {% if is_granted('ROLE_ALL_USERS') %}Department | {% endif %} {% if viewCurrent %}Status | {% endif %} {% if is_granted('ROLE_ADMIN') %}Enabled in CMS |
{% endif %}
Last {{ viewCurrent ? 'modified' : 'published' }} | Actions | {#Live page | #}
|---|---|---|---|---|---|---|
| {% if is_granted('EDIT_PROFILE', profile) %} {{ profile.displayName }} {% else %} {{ profile.displayName }} {% endif %} | {% if is_granted('ROLE_ALL_USERS') %}{{ app.departments.name(profile.department) }} | {% endif %} {% if viewCurrent %}{{ profile.id ? app.status_description[profile.status]|default('') : '' }} | {% endif %} {% if is_granted('ROLE_ADMIN') %}{{ profile.enabled ? 'yes' : 'no'}} | {% endif %}{% if profile.modified %} {{ profile.modified|date("d/m/Y H:i:s") }} {% endif %} |
|
{# {{ profile.pagePath }} | #}