{% for child in parent.children.all %}
{% if child.has_content %}
{% if child.view %}
{# Hide links to alumni reunion form, if disabled #}
{% if not SiteSettings.show_reunion_form and child.view == "usta:alumni_reunion_form" %}
{% else %}
{% elif parent.has_content %}
{% if parent.view %}
{# Hide links to alumni reunion form, if disabled #}
{% if not SiteSettings.show_reunion_form and parent.view == "usta:alumni_reunion_form" %}
{% else %}