{% extends "admin/base.html" %} {% block title %}Webmentions · {{ site.title }}{% endblock %} {% block content %}
Incoming mentions from other indieweb sites. Approve to surface on the public post.
{% if not rows %}No webmentions yet.
{% else %}| Source | Target | Type | Status | Author | |
|---|---|---|---|---|---|
| {{ row.source_url[:80] }}{% if row.source_url|length > 80 %}...{% endif %} {% if is_idn_host(row.source_url) %}[IDN]{% endif %} |
{% if row.post_id and post_titles.get(row.post_id) %}
{{ post_titles[row.post_id] }} {% endif %} {{ row.target_url[:60] }}{% if row.target_url|length > 60 %}...{% endif %} |
{{ row.mention_type }} | {{ row.status }}{% if row.approved %} (approved){% endif %}{% if row.last_error %} {{ row.last_error }}{% endif %} |
{% if row.author_name %}{{ row.author_name }}{% endif %}
{% if row.author_url %} {{ row.author_url[:50] }}{% if is_idn_host(row.author_url) %} [IDN]{% endif %}{% endif %} |
{% if not row.approved %} {% endif %} |