{% load i18n thumbnail aldryn_blog_tags %} {% load url from future %}
{{ post.publication_start|date }} {% trans "by" %} {{ post.author|user_name }} {% if post.tags and false %} {% for tag in post.tags %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endif %}
{% trans "read more" %}
{% trans "No entry found." %}