{% if checkAccess('uri_organisations') %}
  • {{ translate("ORGANISATION", 2) }}
  • {% endif %} {% if current_user.organisations.count() > 0 %} {% if organisationConfig.membership.single_membership == false %}
  • {% else %} {% set organisation = current_user.organisations.0 %} {% if organisation.flag_approved or isOrganisationRegistrant(organisation) %}
  • {{ translate("ORGANISATION.SELF") }}
  • {% endif %} {% endif %} {% endif %}