{{ if footer_set_type === 'donate' || footer_set_type === 'form' }}
{{ footer_details }}
{{# In theory we should always have a form as it is a required field, but there's always the possibility that we have bad due to an older implementation. #}}
{{ if footer_set_type === 'donate' && donate_widget }} {{ partial:sets/donate_widget footer_widget="true" }} {{ /if }}
{{ if footer_set_type === 'form' && footer_form }} {{ partial:sets/form handle="{{ footer_form:handle }}" background_color="#004F59" }} {{ /if }}
{{ else }}
{{ partial:sets/statistic background_color="#004F59" multi_set_type="false" set_type="icon" }}
{{ /if }}