{% if webmentions.size > 0 %}
    {% for webmention in webmentions %}
  1. {{ webmention.content }}
    {% if webmention.author %} {% if webmention.author.photo %} {% endif %} {{ webmention.author.name }} {% endif %} {% if webmention.pubdate and webmention.author %}on{% endif %} {% if webmention.pubdate %} {% endif %}
  2. {% endfor %}
{% else %}

No replies were found.

{% endif %}