{% load i18n %} {% 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 %}