{% if post.published %}{{ post.published|date:"jS F Y" }}{% else %}Not published yet{% endif %} /
by {{ post.author.get_full_name }} in
{% if scoper_lookup %}
{% url "pinax_blog:blog_section" scoper_lookup post.section.slug as section_url %}
{% else %}
{% url "pinax_blog:blog_section" post.section.slug as section_url %}
{% endif %}
{{ post.section.name }}