Active {% for journal in journals|sort(attribute='name') %} {% if journal.active %} {{journal.title}} {% endif %} {% endfor %} Archived {% for journal in journals|sort(attribute='name') %} {% if not journal.active %} {{journal.title}} {% endif %} {% endfor %}