{# _footer-main.twig Usage: {% include '_footer-main.twig' %} Expects: branding, purgeTime, mailCount, config #}

{{ branding[0] }} offered by {{ branding[1] }} | All Emails will be deleted after {{ purgeTime | raw }} {% if config.http.features.statistics %} | Statistics {% else %} | Currently handling {{ mailCount | raw }} {% endif %} {% if config.apiEnabled %} | API Docs {% endif %}