{# App footer — copyright, support, powered-by, and dev DB (inline). #} {% set b = brand if brand is defined else none %} {% set _dev = dev_db_display if dev_db_display is defined and dev_db_display else none %} {% set _show_branding = b and (b.copyright or b.support_email or b.support_url or b.show_powered_by) %} {% if _show_branding or _dev %} {% endif %}