{% load foundation i18n %}

Sort Table of Contents

{% trans 'You can automatically sort the articles in your issue by Title (Alphabetically) or by date published using the form below. Note, this will not affect the order of the Sections (Article Types)' %}.

{% csrf_token %}
{{ sort_form.sort_field|foundationinline }}
{{ sort_form.order|foundationinline }}