{% extends host_template %} {% load i18n fb_versions cyclope_utils dbgettext_tags %} {% block content %}
{% for author in author_list %} {% with current_object=author %} {% endwith %} {% endfor %} {% if page %} {% if view_options.sort_by == "ALPHABETIC" %} {% include 'cyclope/alphabetical_pagination_block.html' %} {% else %} {% include 'cyclope/pagination_block.html' %} {% endif %} {% endif %} {% endblock content %}