{% extends "djcms_blog/base_author.html" %} {% load i18n %} {% block title %} {{object.user.first_name}} {{object.user.last_name}} {% endblock %} {% block content %}
{{object.location}} {{object.website}} {{object.get_post_count}} {% trans "posts"%} {% if object.bio %}

{{object.bio}}

{% endif %}

{% trans "Posts"%}

{% include "djcms_blog/post_list.html" %}
{% endblock content %}