{% extends "@blockier-templates/tables/users.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 %} {% block table_cell_template_status %} {% endblock %} {% block table_cell_template_actions %} {% if checkAccess('update_organisation_field', { 'organisation': organisation, 'fields': [ 'members' ] }) or isOrganisationAdmin(organisation) %} {% endif %} {% endblock %} {% block table_cell_template_extra %} {% block table_cell_template_organisations %} {% endblock %} {% endblock %}