{% extends 'ostatus/template.html' %} {% load i18n %} {% load utilities %} {% load markdown %} {% if error or not request.user.is_authenticated %} {% include 'ostatus/ostatus_error.html' %} {% else %} {% block title %}{% trans "Follow from " %}{% endblock %} {% block heading %}Follow from {{ site.name }}{% endblock %} {% block content %}
{% if user.summary %} {{ user.summary|to_markdown|safe|truncatechars_html:120 }} {% else %} {% endif %}
{% endblock %} {% endif %}