{% if settings.SLOTH.LOGIN.LOGO %}

{% endif %}
{% if settings.SLOTH.LOGIN.TITLE %}
{{ settings.SLOTH.LOGIN.TITLE }}
{% endif %}
{% if settings.SLOTH.LOGIN.ACTIONS %}
{% for name in settings.SLOTH.LOGIN.ACTIONS %}{{ name|action_link }}{% endfor %}
{% endif %}
{% include "app/footer.html" %}