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

Section 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 %}
Scene Sections
#{{ scene.id }} {{ scene.name }}
in: {{ scene.get_rel_dir_path() }}
Last modified on: {{ scene.get_last_modified() }}
{% for section in scene.sections %} {% endfor %}
Name Type Resolution fps duration
#{{section.id}} {{ section.name }} {{ section.type }} {{ section.width }}:{{ section.height }} {{ section.fps }} {{ section.duration }}sec
{% endblock %} {% block scripts %} {% endblock %}