{% extends 'base.html' %} {% load crispy_forms_tags %} {% load ui_extras %} {% block title %} {{ credential }} {% endblock %} {% block content_header %}
Platform: {{ credential.get_platform_display }}
{{ credential.token|json }}Date Added: {{ credential.date_added }}
Active: {{ credential.is_active|yesno:"Yes,No" }}
Collection | On/off |
---|---|
{% if has_perm %}{% endif %}{{ collection.collection_set.name}} > {{ collection.name }}{% if has_perm %}{% endif %} | {% if collection.is_on %} On {% else %} Off {% endif %} |
No corresponding collections.
{% endif %}