{% extends "modeladmin/choose_parent.html" %} {% load i18n %} {% block content %}
{% block header %} {% include "modeladmin/includes/header_with_breadcrumb.html" with title=view.get_page_title subtitle=view.get_page_subtitle icon=view.header_icon tabbed=True %} {% endblock %}

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

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

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