{% extends "base.html" %} {% load datetime_filter %} {% load humanize %} {% block title %} {{ timeline_type | title }} timeline {% endblock %} {% block body %} {% block heading %}
Submitted by {{ post.author }} {% if timeline_type != 'community' %} to {{ post.community }} {% endif %}