{% if post.images.all.count %}{% firstof post.main_image.description post.mainTitle %}{% endif %}
a.title href="{{ post.get_absolute_url }}" |= post.mainTitle

{% 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 %}