From 34a0bb3e2fe2c36cf211798017c5345bff8cfe50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 11 Nov 2016 08:51:11 +0100 Subject: [PATCH] Show shot 'trim end' in template, if available. --- src/templates/attract/shots/view_shot_embed.jade | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/templates/attract/shots/view_shot_embed.jade b/src/templates/attract/shots/view_shot_embed.jade index 8abe090..840f470 100644 --- a/src/templates/attract/shots/view_shot_embed.jade +++ b/src/templates/attract/shots/view_shot_embed.jade @@ -89,6 +89,14 @@ .table-cell Trim Start .table-cell(title="How many frames were trimmed off the start of the shot in the edit.") | {{ shot.properties.trim_start_in_frames }} frames + .table-row + .table-cell Trim End + .table-cell(title="How many frames were trimmed off the end of the shot in the edit.") + | {% if shot.properties.trim_end_in_frames is none %} + span.hint no data available + | {% else %} + | {{ shot.properties.trim_end_in_frames }} frames + | {% endif %} .table-row .table-cell Duration in Edit .table-cell(title="Duration of the visible part of this shot.")