{% load i18n sitegate %} {% with remotes=signin_form.remotes %} {% if remotes %}
{% if or_clause %}{% trans "Or sign in with" %}{% else %}{% trans "Sign in with" %}{% endif %}: {% for remote in remotes %} {% sitegate_include "sitegate/signin/{{ signin_form.template_name }}_remote.html" fallback "sitegate/signin/form_remote.html" %} {% endfor %}
{% endif %} {% endwith %}