{% extends "user/read_base.html" %} {% set user = user_dict %} {% set group_type = h.default_group_type('organization') %} {% set orgs_available = h.organizations_available(permission='manage_group', include_dataset_count=True, include_member_count=True, user=user['name']) %} {% block primary_content_inner %}
{% if is_myself %} {{ h.humanize_entity_type('organization', group_type, 'you not member') or _('You are not a member of any organizations.') }} {% else %} {{ h.humanize_entity_type('organization', group_type, 'user not member') or _('User isn\'t a member of any organizations.') }} {% endif %}
{% endif %} {% endblock %}