{% extends 'shared/base.html' %} {% load static %} {% block title %} Editing Credential: {{ object.name }} {% endblock %} {% block head %} {% endblock %} {% block body %}
< Back to Listing

{{ user.username }} secure item

Credential Details

{% if object.third_party_login %}
{% else %}
{% endif %}
{% endblock %}