{% for entry in updates %} {% with e = entry.parsed %}
  • {{ e.title|entity_decode }}

    {{ e.summary|strip_tags|entity_decode|truncatewords(50) }}

    {% trans authorlink='{0}'|f(e.author)|safe, entrydate='{1}'|f( entry.last_published|datetime('%Y-%m-%d'), entry.last_published|datetime)|safe %} Posted {{ entrydate }} by {{ authorlink }} {% endtrans %} {% if section_headers and entry.section %} under {{ entry.section.pretty }} {% endif %}

  • {% endwith %} {% endfor %}