{% extends "base.html" %} {% load datetime_filter %} {% load humanize %} {% load i18n %} {% block title %} {% blocktrans with timeline_name=timeline_type|title %} {{ timeline_name }} timeline {% endblocktrans %} {% endblock %} {% block body %} {% block heading %}
{% blocktrans with raw_time=post.created time_str=post.created|to_datetime|naturaltime author_name=post.author author_url=post.author_url %} Submitted by {{ author_name }} {% endblocktrans %} {% if timeline_type != 'community' %} {% blocktrans with community_url=post.community_url community=post.community context "post to a community" %} to {{ community }} {% endblocktrans %} {% endif %}