{% load i18n %} {% if author %}{% trans "Posted by" %} {{ author.first_name|default:author.username }} {{ author.last_name }} {% trans "on" %} {% endif %}{{ published_at|date:"DATE_FORMAT" }}