{{ entry.intro_text|safe|truncatewords:100 }}
{% if entry.intro_text|safe|wordcount > 100 %}
{% trans "read more" %}
{% endif %}
{% endif %}
{% trans "posted by" %}
{{ entry.author }}
{% trans "on" %} {{ entry.published_on }},
{% trans "filed under" %}
{% for c in entry.categories.all %}
{{ c|lower }}
{% if not forloop.last %},{% endif %}
{% endfor %}