{% extends 'timeline.html' %} {% load datetime_filter %} {% load humanize %} {% load i18n %} {% block title %} {% blocktrans with username=user.username %} User {{ username }} {% endblocktrans %} {% endblock %} {% block heading %}

{{ user.username }}

@{{ user.username }}@{{ user.host }}

{{ user.description | safe }}

{% endblock %} {% block list %} {% endblock %} {% block pagination %} {% if next_page %} {{ l_next_page }} {% endif %} {% endblock %}