{% extends "core/base.html" %} {% load truncate %} {% load dates %} {% load pages %} {% block title %}News{% endblock title %} {% block body %}
{% trans 'Posted by' %} {{ item.posted_by.full_name }} on {{ item.posted|date_human }}
{{ item.body|striptags|truncatesmart:400 }}