{% load i18n %}
{% 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 %}{{ remote.title }}{% if not forloop.last %}, {% endif %}{% endfor %}.