{% extends "profiles/base_profile.html" %} {% load pagination_tags %} {% block title %}{{ object.user.get_full_name }} - {{ block.super }}{% endblock %} {% block profiles %} {% firstof object.user.get_full_name object.user %} {% include "profiles/_profile_info.html" %} {{ object.about|linebreaks }} {% endblock %} {% block aside %} {% with object.user as user %} {% include "profiles/_profile_panel.html" %} {% include "profiles/_profile_services.html" %} {% endwith %} {% endblock %}
{% include "profiles/_profile_info.html" %}