{% raw %} {% extends "base.html" %} {% load i18n %} {% block body_class %}default-container{% endblock %} {% block content %}

{% trans "Unable to Login" %}

{% trans "Hi" %}

{% trans "Sorry, you are having trouble accessing this feature! Due to a temporary technical issue, login and registrations are not available on the Free Basics app for now. To login or register for a profile, visit our free mobisite through your mobile browser at" %} {{ freebasics_url }}.{% trans " We're working hard to get this problem resolved. Thank you." %}

{% endblock %} {% endraw %}