{% endif %}
{% if GOAL_ENABLE %}
{% INCLUDE 'donate/goal.html' %}
{% endif %}
{% if DONORS_LAST_FIVE_ENABLE and S_USER_LOGGED_IN %}
{% INCLUDE 'donate/last_five_donations.html' %}
{% endif %}
{% INCLUDE 'jumpbox.html' %}
{% INCLUDE 'overall_footer.html' %}