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

{{ user.username }}'s Attributes

{% if user.public_key %}

Public Key

{{ user.public_key }}
{% else %}
Note: No public key uploaded. Click here to upload.
{% endif %} {% 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.

Upload Precertified Definitions

Attention: These attributes are not encrypted and are immediatley forwarded to the NGAC backend! Do NOT upload senesitive information here!
{% csrf_token %}
{% endblock %}