{% load trans from i18n %} {% include "radpress/_article_header.html" %}
{{ object.content_body|safe }}
{% trans "Written by" %}: {% with object.author.get_full_name as full_name %} {% if full_name %} {{ full_name }} {% else %} {{ object.author }} {% endif %} {% endwith %}