{{post.title}} {% url 'user' post.author.id as author_url %} {% blocktrans with raw_time=post.created time_str=post.created|to_datetime|naturaltime author_name=post.author.username %} Submitted {{ time_str }} by {{ author_name }} {% endblocktrans %} {% blocktrans count score=post.score %} {{ score }} point {% plural %} {{ score }} points {% endblocktrans %} {% if post.content_html %} {{ post.content_html | safe }} {% elif post.content_text %} {{ post.content_text }} {% endif %} {% trans "Comments" %} {% csrf_token %} Markdown {{ l_plain_text }} {# TODO: Implement uploading media #} {% for comment in comments %} {% include "comment.html" %} {% endfor %}
{% trans "Comments" %}
{% for comment in comments %} {% include "comment.html" %} {% endfor %}