{% extends "base-apply.html" %} % load wagtailcore_tags static %} {% block header_menu %}
{% if settings.utils.SystemMessagesSettings.nav_content %} {{ settings.utils.SystemMessagesSettings.nav_content|safe }} {% else %} {% include "core/navigation/primarynav-apply.html" %} {% endif %}
{% endblock %} {% block content %}

{{ page.title }}

{% if page.strapline %}

{{ page.strapline }}

{% endif %}
{% for fund in open_funds %} {% include "apply_home/includes/apply_listing.html" with page=fund %} {% endfor %} {% for lab in open_labs %} {% include "apply_home/includes/apply_listing.html" with page=lab %} {% endfor %}
{% endblock %}