{% import 'macro.html' as Video %}
{{ feed.time }} {{ _p('By') }} {{ feed.user.name_link }} {% if category %} {{ category }} {% endif %}
{% if feed.user.id == ActiveUser.id or ActiveUser.isAdmin() %}
{% endif %}
{% if feed.content.embed_code %}
{{ feed.content.embed_code }}
{% else %} {{ Video.html(feed.content.path) }} {% endif %} {% if feed.content.status_update %}
{{ feed.content.status_update }}
{% endif %}
{{ comments() }}