{% load i18n static %} {% if backend == "google-oauth2" %} {% if not associated %} {% trans "Sign in with Google" %} {% else %} Google {% endif %} {% elif backend == "peeringdb" %} {% elif backend == "twentyc" %} {% else %} {{ backend }} {% endif %}