{% extends "base.html" %} {% block title %}Share Link Created — Steward{% endblock %} {% block content %}

Share Link Created

Copy this link now — it cannot be shown again
{% if label %}Label: {{ label }}  · {% endif %} {% if expires_at %}Expires: {{ expires_at.strftime("%Y-%m-%d") }} {% else %}Expires: Never{% endif %}
Manage Share Links Back to Dashboard
{% endblock %}