Security Warning: This token provides access to your stored credentials.
Keep it secure and never share it with others.
Created
{{ credential_set.created_at|date:"M d, Y H:i" }}
Last Used
{% if credential_set.last_used %}
{{ credential_set.last_used|date:"M d, Y H:i" }}
{% else %}
Never
{% endif %}