{% if page.author_display %}
Por: {{ page.author_display }}
{% elif page.author %}
Por: {{ page.author.get_full_name|default:page.author.username }}
{% endif %}
{% if page.date_display %}
Publicado em: {{ page.date_display|date:"d \d\e F \d\e Y" }}
{% endif %}