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.")