{% extends "@blockier-templates/tables/users.html.twig" %} {% block table %} {% if 'last_activity' in table.columns %} {% endif %} {% if hasRole('site-admin') or hasRole('organisations-admin') 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 hasRole('site-admin') or hasRole('organisations-admin') or (isOrganisationAdmin(organisation)) %} {% endif %} {% endblock %} {% block table_cell_template_extra %} {% block table_cell_template_organisations %} {% endblock %} {% endblock %}