{{ post.title }}

{% trans "Edit" %}
{% if post.summary %}

{{ post.summary }}

{% endif %} {% if post.tags.exists %}
{% for tag in post.tags.all %} {% with number=forloop.counter %} {{ tag.name }} {% endwith %} {% endfor %}
{% endif %}
{% trans "Created" %}:
{% trans "Updated" %}:
{% markdown_with_tasks post.content post.task_states %}

{% trans "Append Content" %}