{% extends "admin/master.html" %} {% import 'admin/layout.html' as layout with context %} {% from 'govuk_frontend_jinja/components/error-summary/macro.html' import govukErrorSummary %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% block beforeContent %} {{ govukBackLink({"href": url_for(".index"), "text": "Back"}) }} {% endblock %} {% block action_panel %}
Select which collection you want to manage the lifecycle for.