{% extends "base.html" %}{% block title %}{{ t("link.title") }}{% endblock %} {% block body %}
{{ t("link.lede") }}
{% if pending %}| {{ t("link.code") }} | {{ code }} |
|---|---|
| {{ t("link.label") }} | {{ pending.label or "-" }} |
| {{ t("link.from_ip") }} | {{ pending.ip or "-" }} |
| {{ t("link.expires") }} | {{ pending.expires_at }} |
{{ t("link.warning") }}