我的条目
{% for tab in folder_tabs %}
{{ tab.name }} ({{ tab.count }})
{% endfor %}
{% if entries.is_empty() %}
暂无条目。
{% else %}
| 名称 | 类型 | 备注 | 标签 | 关联 | 密文 | 操作 |
|---|---|---|---|---|---|---|
| {{ entry.name }} | {{ entry.entry_type }} | {% if !entry.notes.is_empty() %} {{ entry.notes }} {% endif %} |
{{ entry.tags }} |
{% for parent in entry.parents %}
{{ parent.name }}
上级
{% endfor %}
{% for child in entry.children %}
{{ child.name }}
下级
{% endfor %}
|
{% for s in entry.secrets %}
{{ s.name }}
{{ s.secret_type }}
{% endfor %}
|
|