{% if user == object.author %}
{% trans "Edit" %}
{% endif %}
{{ object.title }}
{% if summary %}
{{ object.content_by_more|safe }}
{% else %}
{{ object.content_body|safe }}
{% endif %}
{% comment %} Arguments: - summary: Default, 0 {% endcomment %} {% load blocktrans trans from i18n %} {% load radpress_datetime from radpress_tags %} {% load radpress_full_name from radpress_tags %} {% load url from future %}