{# Displays a sidebard module with information for given organization org - The organization dict. Example: {% snippet "organization/snippets/info.html", org=org %} #} {% if organization and h.check_access('organization_update', {'id':organization.id }) %}

{{ _("Edit Organization") }}

{% endif %}