{% extends 'timeline.html' %} {% load datetime_filter %} {% load humanize %} {% block title %} User {{ user.username }} - Luna {% endblock %} {% block heading %}
{{ user.description | safe }}
Submitted {% if timeline_type != 'community' %} to {{ item.community.name }} {% endif %}
{% else %}Commented {{ item.content_html | safe }}
{% endif %}