{% extends "modeladmin/choose_parent.html" %} {% load i18n admin_static %} {% block content %}
{% block header %} {% include "modeladmin/includes/breadcrumb.html" %} {% include "wagtailadmin/shared/header.html" with title=view.get_page_title subtitle=view.get_page_subtitle icon=view.header_icon %} {% endblock %}

{% blocktrans %}Choose a Fund{% endblocktrans %}

{% blocktrans %}Rounds must be associated with a Fund. For which Fund are you creating a new Round for?{% endblocktrans %}

{% csrf_token %}
    {% include "wagtailadmin/shared/field_as_li.html" with field=form.parent_page %}
{% endblock %}