{% extends "core/base.html" %} {% block content %}

{{ object.user }}'s Profile

Experience

{{ object.experience }} (Level {{ object.get_experience_level }})

Attributes

{% if owns_profile %}

You have {{ object.attribute_points }} attribute points you can use to increase your skills.

{% endif %}
{% endblock content %}owns_profile