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