{% if post.author %}{{post.author.catalog_title}}{% if post.date_added %}, {% endif %}{% endif %}{% if post.date_added %}{{post.format_date}}{% endif %}{% if post.category.all %}, {% for c in post.category.all %}{{c.name|capfirst}}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}{% if post.type.all %}, {% for c in post.type.all %}{{c.name|capfirst}}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}
{% if not nobody == 'yes' %}{{post.annotation|safe}}{% endif %}