{% load i18n wro %}
  • {% get_widget post video_width="100%" %} {% for stream in post.streams.all %} {% if forloop.first %}{% trans "From:" %}{% endif %} {{ stream.name }} {% if not forloop.last %} | {% endif %} {% endfor %} {% if user.is_staff %}
    {% csrf_token %}
    {% endif %}