{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% blocktrans trimmed with backend=backend_name %} Sign in with {{ backend }} {% endblocktrans %} | {{ block.super }}{% endblock %} {% block content %}
{% trans "Enable JavaScript" %}
{% blocktrans trimmed with backend=backend_name %} You need to enable JavaScript in your browser to complete the sign in with {{ backend }}. {% endblocktrans %}