Compute some stats on shots if used in the edit.

This commit is contained in:
2016-11-04 16:42:36 +01:00
parent 5ee3c0d54f
commit e6e0733149
2 changed files with 11 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
| {% block body %}
#col_main
.col_header.task-list-header
| Shots ({{ shots | count }})
span(title='In the edit') {{ stats.nr_of_shots }} shots | {{ stats.total_frame_count }} frames
a.task-project(href="{{url_for('projects.view', project_url=project.url)}}") {{ project.name }}
| {# Not allowed for the moment. Shots are added via the Sequencer