{% ckan_extends %} {% block secondary_content %} {% set organizations = h.organizations_available(permission='read') %}

{{ _('My Organizations') }}

{% if organizations %} {% else %}

{{ _('You are currently not a member of any organizations') }}

{% endif %}
{% endblock %}