{% extends "package/_base.html" %} {%- block subtitle -%} {{ ui.subtitle_item(h.resource_display_name(resource)) }} {{- super() }} {%- endblock %} {%- block breadcrumb_content -%} {{ super() }} {{ ui.breadcrumb(h.resource_display_name(resource)|truncate(30), h.url_for(pkg_dict.type ~ "_resource.read", id=pkg_dict.id, resource_id=resource.id)) }} {%- endblock %} {%- block content_action -%} {% if h.check_access('package_update', {'id':pkg_dict.id }) %} {{ ui.content_action(_('Edit'), h.url_for(pkg_dict.type ~ '_resource.edit', id=pkg.name, resource_id=resource.id)) }} {{ ui.content_action(_('Views'), h.url_for(pkg_dict.type ~ '_resource.views', id=pkg.name, resource_id=resource.id)) }} {% endif %} {%- endblock %} {%- block content_nav -%} {%- endblock %} {%- block primary_content_inner %} {%- block resource_title -%} {{ ui.heading(h.resource_display_name(resource), level=1) }} {%- endblock %} {%- block resource_description -%}
{{ _("There are no views created for this resource yet.") }}
{% if h.check_access('resource_view_create', {'resource_id': resource.id}) %}{{ _('Here are some reasons you may not be seeing expected views:') }}