{% load i18n thumbnail aldryn_blog_tags %} {% load url from future %}
{{ post.publication_start|date }} – {% trans "by" %} {{ post.author|user_name }} {% if blog.tags %} – {% for tag in post.tags %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endif %}
{{ post.lead_in|safe|striptags|truncatewords:"25" }} {% trans "read more" %}
{% trans "No entry found." %}