{% macro display_actor_inline(follower, size=50) -%}
{% if follower and follower.id %}
{% if not follower.icon %}
{% else %}
{% endif %}
{{ obj.summary | clean }}
{% endif %} {% if obj | has_type('Video') %}{% if real_end_time | gtnow %} Ended {{ real_end_time | format_timeago }} with {{ total_votes }} vote{% if total_votes | gtone %}s{% endif %}. {% else %} Ends {{ real_end_time | format_timeago }} ({{ total_votes }} vote{% if total_votes | gtone %}s{% endif %} as of now). {% endif %}
{% else %} {{ obj.content | clean | safe }} {% endif %}{{ og.description | truncate(80) }}
{{ og.site_name }}