{% extends 'trosnoth/base.html' %} {% load static %} {% block head %} {{ settings.serverName }} :: {{ trosnothUser.nick }} {% endblock %} {% block main %}

{{ settings.serverName }}

Player profile for {{ trosnothUser.nick }} ({{ trosnothUser.user.username }})

Last login: {{ trosnothUser.lastSeen }}

Achievements unlocked: {{ unlocked|length }}

{% for ach in unlocked %}
{{ ach.name }}
{{ ach.description }}
{% endfor %}

Still locked:

{% for ach in locked %}
{{ ach.name }}
{{ ach.description }}
{% endfor %}
{% endblock %}