{% extends "base.html" %} {% block content %}

Scene Selection for Project {{ project_name }}

The priority of a scene defines its place in the final project. The scene with priority 0 will be the first, priority 1 will be the second and so on. Every scene needs a unique priority.
You have to refresh the page when you alter a scene with Manim. Otherwise the displayed data may be outdated. {% for scene in scenes %} {% endfor %}
Priority Name Last Modified Sections Resolution FPS
#{{ scene.id }} {{ scene.name }}
In: {{ scene.get_rel_dir_path() }}
{{ scene.get_last_modified() }} {{ scene.sections | length }} {{ scene.sections[0].width }}:{{ scene.sections[0].height }} {{ scene.sections[0].fps }}
{% endblock %} {% block scripts %} {% endblock %}