{% extends "withnav_template.html" %} {% from "components/table.html" import list_table, row, field, boolean_field, hidden_field_heading %} {% from "components/page-footer.html" import page_footer %} {% from "components/tick-cross.html" import tick_cross %} {% set table_options = { 'field_headings': [ 'Name', 'Send messages', 'Modify service', 'Access API keys', hidden_field_heading('Link to change') ], 'field_headings_visible': True, 'caption_visible': True } %} {% block page_title %} Manage users – GOV.UK Notify {% endblock %} {% block maincolumn_content %}