{% load i18n easy_thumbnails_tags cms_tags %}
{% if post.author %} {% trans "by" %} {% if post.author.get_full_name %}{{ post.author.get_full_name }}{% else %}{{ post.author }}{% endif %} {% endif %} {% if post.date_featured %} {% else %} {% if post.date_published %} {% endif %} {% if post.date_modified %}
{% trans "Modified on" %} {{ post.date_modified|date:"DATE_FORMAT" }}
{% endif %} {% endif %}