{% extends 'page.html' %} {% set pkg = c.pkg_dict %} {% block subtitle %}{{ _('Showcases') }}{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block breadcrumb_content_selected %}{% endblock %} {% block breadcrumb_content %} {% if pkg %} {% set showcase = pkg.title or pkg.name %}
  • {% link_for _('Showcases'), controller='ckanext.showcase.controller:ShowcaseController', action='search' %}
  • {% link_for showcase|truncate(30), controller='ckanext.showcase.controller:ShowcaseController', action='read', id=pkg.name %}
  • {% link_for _('Edit'), controller='ckanext.showcase.controller:ShowcaseController', action='edit', id=pkg.name %}
  • {% else %}
  • {% link_for _('Showcases'), controller='ckanext.showcase.controller:ShowcaseController', action='search' %}
  • {{ _('Create Showcase') }}
  • {% endif %} {% endblock %} {% block primary %}
    {% block primary_content %}
    {% block page_header %} {% endblock %}
    {% if self.page_primary_action() | trim %}
    {% block page_primary_action %}{% endblock %}
    {% endif %} {% block primary_content_inner %} {% endblock %}
    {% endblock %}
    {% endblock %} {% block secondary %} {% endblock %}