{% extends 'timeline.html' %} {% load datetime_filter %} {% load humanize %} {% load i18n %} {% block title %} {% blocktrans with username=user.username %} User {{ username }} {% endblocktrans %} {% endblock %} {% block heading %}
{{ user.description | safe }}
{% url 'community' item.community.id as community_link %} {% blocktrans with community_name=item.community.name time_str=item.created|to_datetime|naturaltime raw_time=item.created %} Submitted to {{ community_name }} {% endblocktrans %}
{% else %}{% blocktrans with time_str=item.created|to_datetime|naturaltime raw_time=item.created %} Commented {% endblocktrans %} {{ item.content_html | safe }}
{% endif %}