{% extends "organization/edit_base.html" %} {% block subtitle %}{{ _('Edit datasets') }} - {{ super() }}{% endblock %} {% block page_primary_action %} {% snippet 'snippets/add_dataset.html', group=c.group_dict.id %} {% endblock %} {% block primary_content_inner %}
{{ _('This organization has no datasets associated to it') }}
{% endif %} {% endblock %}