{% extends 'package/base.html' %} {% block breadcrumb_content_selected %}{% endblock %} {% block breadcrumb_content %} {% if pkg %}
  • {% link_for _('Edit'), named_route='dataset.edit', id=pkg.name %}
  • {% else %}
  • {{ _('Create Dataset') }}
  • {% endif %} {% endblock %} {% block content_action %} {% endblock %} {% block content_primary_nav %} {% endblock %} {% block primary_content %}
    Datensatz "{{h.dataset_display_name(pkg)}}" bearbeiten
    {% link_for _('Back'), named_route='dataset.read', id=pkg.name, class_='btn btn-heading', icon='arrow-left' %}
    {{ super() }} {% endblock %} {% block secondary_content %} {% snippet 'package/snippets/info.html', pkg=pkg, hide_follow_button=true, hide_social=true %} {% endblock %}