{% extends "zinnia/base.html" %} {% load i18n %} {% block meta-description %}{% trans "Author list" %}{% endblock meta-description %} {% block title %}{% trans "Authors" %}{% endblock title %} {% block body-class %}author-list{% endblock body-class %} {% block content %}

{% trans "Author list" %}

{% endblock content %}