{% extends "lims/base.html" %} {% load static %} {% load jsutils %} {% load stats %} {% load icons %} {% block extra_css %} {% endblock %} {% block page_heading %}

{{ object.username|upper }} | Project Profile

Your contact information {% endblock %} {% block object_tools %} {% show_icon label='My Stats' icon='ti ti-md ti-pulse' %} {% show_icon label='Add SSH Key' icon='ti ti-md ti-key' %} {% show_icon label='Edit Profile' icon='ti ti-md ti-pencil' %} {% endblock %} {% block object_status %} {% endblock %} {% block full %}
{% include "lims/entries/address-card.html" %}
{% if user.sshkeys.all %}
SSH KEYS
{% for key in user.sshkeys.all %}
{{ key.name }} | {{ key.created }}

{{ key.fingerprint }}

{% endfor %}
{% endif %}
{% endblock %}