{% extends "base.html" %} {% block title %}HappyWedding{% endblock %} {% block content %}

分享链接

{{ link_rows|length }} 个
{% for row in link_rows %} {% set link = row.link %} {% else %} {% endfor %}
状态 备注 链接 过期时间 操作
{{ row.status_label }} {{ link.label or '-' }} {{ row.public_url }} {{ link.expires_at.strftime('%Y-%m-%d %H:%M') if link.expires_at else '-' }} {% if not link.revoked_at %}
{% else %} - {% endif %}
暂无分享链接
{% endblock %}