{% extends "tables/users.html.twig" %} {% block table %}
| {{translate('USER')}} | {{translate("ORGANISATION", 2)}} | {% if 'last_activity' in table.columns %}{{translate("ACTIVITY.LAST")}} | {% endif %}{{translate("STATUS")}} | {% if checkAccess('update_organisation_field', { 'organisation': organisation, 'fields': [ 'members' ] }) or isOrganisationAdmin(organisation) %}{{translate("ACTIONS")}} | {% endif %}
|---|