{##}
{{ formatUsing('name', staff.title, staff.preferredName, staff.surname, 'Staff', false, true) }}
{{ [staff.jobTitle, formGroup.name]|join(", ")|trim(", ") }}
{% if status %} {{ status }} {% endif %}
{% if canViewProfile %}
{{ __('Profile') }}
{% endif %} {% if canViewAbsences %}
{{ __('Absences') }}
{% endif %} {% if canViewTimetable %}
{{ __('Timetable') }}
{% endif %} {% if canViewFormGroups and formGroup %}
{{ __('Homeroom') }}
{% endif %}