{{ entry.title }}
{% blocktrans with entry.get_author as author and entry.created|date:"d. F Y H:i" as date_created %} Written by {{ author }} at {{ date_created }} {% endblocktrans %}
{{ entry.content_more|safe }}
{% if entry.source_url %}
{% trans "Source" %}: {{ entry.source_url|truncurl:"50" }}
{% endif %} {% if not is_detail %}{% trans "Read more" %}: {{ entry.title }} →
{% endif %}