{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Problem with sign in" %} | {{ block.super }}{% endblock %} {% block meta-description %} {{ message }} {% endblock meta-description %} {% block og-title %}{% trans "Problem with sign in" %}{% endblock %} {% block og-description %} {{ message }} {% endblock %} {% block content %}
sync_problem
{% if ban %} {% include "misago/errorpages/ban_message.html" %} {% else %}

{{ message }}

{% if help_text %} {{ help_text }} {% else %} {% trans "Please try again or use another method to sign in if the problem persists." %} {% endif %}

{% endif %}
{% endblock content %}