{% extends 'ostatus/template.html' %} {% load i18n %} {% load utilities %} {% load markdown %} {% block title %} {% if not request.user.is_authenticated %} {% trans "Log in to " %} {% else %} {% trans "Error following from " %} {% endif %} {% endblock %} {% block heading %} {% if not request.user.is_authenticated %} Let's log in first... {% else %} Uh oh... {% endif %} {% endblock %} {% block content %}
{% if not request.user.is_authenticated %} {% elif error == 'ostatus_subscribe' %}

{% blocktrans %}Something went wrong trying to follow {{ account }}{% endblocktrans %}

{% trans 'Check you have the correct username before trying again.' %}

{% endif %}
{% endblock %}