{{ user_name }}{% if !user_email.is_empty() %} · {{ user_email }}{% endif %}
我的条目
在当前筛选条件下,共 {{ total_count }} 条记录;本页显示 {{ shown_count }} 条(按更新时间降序,单页最多 {{ limit }} 条)。不含密文字段。时间为浏览器本地时区。
清空
{% if entries.is_empty() %}
暂无条目。
{% else %}
{% for entry in entries %} {% endfor %}
更新 Folder Type Name Notes Tags Metadata 操作
{{ entry.folder }} {{ entry.entry_type }} {{ entry.name }} {% if !entry.notes.is_empty() %}
{{ entry.notes }}
{% endif %}
{{ entry.tags }}
{{ entry.metadata }}
{% endif %}