{% extends "base.html" %} {% load i18n %} {% block content %}
{% if object.image %}
{% endif %}
{{ object.username }}
{% if notifications %} {% endif %}
{% trans "Total comments" %} {{ object.number_of_comments }}
{% trans "Recent comments" %} {% for comment in object.last_5_comments %} {% endfor %}
{% endblock content %}