{% 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 Edit Delete Service Name Third-party Login {% if object.third_party_login %} Third-party Login Name View {% else %} Login View Password View {% endif %} Note {{ object.note }} Created Updated {% endblock %}