{% extends 'sections/section.html' %} {% block content %} {{ super() }} {% for item in data.list|sort_and_group(date_field='date', group_field='organization') %} {% if item.organization %} {% endif %} {% endfor %}
{{ item.organization }}
{{ item.date|reformat('%b %Y') }} {{ item.degree }} {{ item.description }}
{% endblock %}