{% extends "withoutnav_template.html" %} {% from "components/browse-list.html" import browse_list %} {% block page_title %} Platform admin – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

Platform admin

{{ browse_list([ { 'title': 'List all services', 'link': url_for('.show_all_services') }, { 'title': 'View providers', 'link': url_for('.view_providers') }, ]) }} {% endblock %}