{{ post.title }}
{% if post.image %}{% trans "Posted on" %} {{post.pub_date|date:"d E Y"}} {% if post.categories.exists %} {% trans "in categories" %} {% for category in post.categories.all %}{{ category.title }} {% if not forloop.last %}, {% endif %} {% endfor %}{% endif %}