{% extends "blogit/author/base.html" %} {% block content %} {% for author in authors %}

{{ author.get_full_name }}

{% if author.picture %}

{{ author.get_full_name }}

{% endif %} {% if author.description %}

{{ author.description }}

{% endif %}
{% endfor %}
{% include "blogit/includes/pagination.html" %} {% endblock %}