{{ _('My Organizations') }}
{% set organizations = h.organizations_available() %} {% if organizations %}{{ _('You are not a member of any organizations.') }} {% if h.check_access('organization_create') %} {% link_for _('Create one now?'), controller='organization', action='new' %} {% endif %}
{% endif %} {% endblock %}