{{ video.content.caption }}
{{ _p('by') }} {{ video.user.name }}
{% if video.total_view > 0 %}
{{ video.total_view }} {% if video.total_view == 1 %}{{ _p('view') }}{% else %}{{ _p('views') }}{% endif %}
{% endif %}