{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load i18n %} {% load leaflet_tags %} {% block title %}Workout Video{% endblock %} {% block og_title %}{{ analysis.name }}{% endblock %} {% block description %}Rowing Video Analysis:{{ analysis.name }}{% endblock %} {% block og_description %}Rowing Video Analysis:{{ analysis.name }}{% endblock %} {% block og_image %} {% if analysis %} {% else %} {% endif %} {% endblock %} {% if analysis %} {% block image_src %} {% endblock %} {% endif %} {% block meta %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block main %} {% language 'en' %}
Playing the video will advance the data in synchronization. Use the regular YouTube controls to move around in the video and play it.
In this reduced view, you cannot edit the video analysis. There is a separate view for that here.
{% endlanguage %} {% endblock %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}