{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load cred_markdown %} {% load credicons %} {% block title %}{{ cred.title }} - {% trans "Rattic" %}{% endblock %} {% block headarea %} {% endblock %} {% block content %}
{% trans "URL" %} | {{ cred.url }} |
---|---|
{% trans "Username" %} | {% if cred.username %} {{ cred.username }} {% endif %} |
{% trans "Password" %} | Fetching Password... |
{% trans "Attachment" %} | {% trans "Download" %} {{ cred.attachment_name }} |
{% trans "Group" %} | {{ cred.group.name }} |
{% trans "Tags" %} | {% for t in cred.tags.all %}{{ t.name }}{% if not forloop.last %}, {% endif %}{% endfor %} |
{% trans "Last Changed" %} | {{ cred.modified }} |
{% trans "Created" %} | {{ cred.created }} |
{{ cred.description }}{% endif %} {% if delete %} {% endif %} {% if undelete %} {% endif %} {% if not delete %} {% if credlogs %} {% include "credaudit_list.html" with type='user' %} {% endif %} {% endif %} {% endblock %}