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