{{ p.title }}
{% if p.calendar %}{{ p.calendar.strftime('%B %-d, %Y') }}
{% endif %}-
{% if current_user and current_user.is_authenticated %}
{% if p.is_editable() %}
- {{ T('action-edit') }} {% else %}
- {{ T('action-view-source') }} {% endif %} {% endif %}
- {{ rev.human_pub_date() }}