{% extends "withoutnav_template.html" %} {% from "components/live-search.html" import live_search %} {% from "components/button/macro.njk" import govukButton %} {% block per_page_title %} All organisations {% endblock %} {% block beforeContent %}{% endblock %} {% block maincolumn_content %}

All organisations

{{ live_search(target_selector='.browse-list-item', show=True, form=search_form, label='Search by name') }}
 
{{ govukButton({ "element": "a", "text": "New organisation", "href": url_for('main.add_organisation'), "classes": "govuk-button--secondary" }) }}
{% endblock %}