{% block content %}
{% if article.has_summary %} {{ article.summary }} {% elif article.summary %} {{ article.summary|striptags|truncate(140) }} {% endif %}
{{ gettext('Posted by') }} {% for author in article.authors %} {{ author }} {% endfor %} {{ gettext('on') }} {{ article.locale_date }} {{ gettext('Category:') }} {{ article.category }}