{% load i18n %}
{% block byline %} {% blocktrans with event.actor.get_absolute_url as url and event.actor.display_name as name %} {{ name }} {% endblocktrans %} {% if entry.source %} {% trans "posted from" %} {% with entry.source.original_link.href as original_href %} {% if entry.source.provider %} {% if entry.source.provider.icon %} {% endif %} {{ entry.source.provider.name }} {% else %} {{ original_href|urlizetrunc:35 }} {% endif %} {% endwith %} {% else %} {% trans "posted" %} {% endif %} {% endblock %}