{% extends "package/resource_edit_base.html" %} {% set logged_in = true if current_user.is_authenticated else false %} {% set res = resource %} {% block breadcrumb_edit_selected -%}{% endblock %} {% block content_action -%} {{ ui.content_action( _('All views'), href=h.url_for(pkg.type ~ '_resource.views', id=pkg.name, resource_id=res.id), icon="arrow-left", style="secondary") }} {{- ui.content_action(_('View view'), href=h.url_for(pkg.type ~ '_resource.read', id=pkg.name, resource_id=res.id, view_id=resource_view.id), icon="eye", style="secondary") if res }} {%- endblock %} {% block content_primary_nav -%}{% endblock %} {% block primary_content_inner %} {% block form %}{% endblock %} {% endblock %} {% block main_content %} {% if h.resource_view_full_page(resource_view) %} {{ self.flash() }} {{ self.toolbar() }}