{% extends 'base.html' %} {% block content %}

{{ user.username }}'s Attributes

{% for attribute in attributes %} {% empty %} {% endfor %}
Attribute Name Last Modified Value
{{ attribute.attribute_type.name }} {{ attribute.last_modified|date:"F d, Y H:i" }} {% if not attribute.attribute_type.is_private %} {{ attribute.value }} {% else %} Private {% endif %}
This user has no attributes.
{% endblock %}