diff --git a/Templates/Pages/tune/uuid.html.twig b/Templates/Pages/tune/uuid.html.twig index 7936aa3..87a8108 100644 --- a/Templates/Pages/tune/uuid.html.twig +++ b/Templates/Pages/tune/uuid.html.twig @@ -8,11 +8,11 @@
-

{{ TuneDetails.Title }}

+

{{ "Tune Overview"|translate }}

{{ "Time Signature"|translate }}
{{ TuneDetails.TimeSignature }}
@@ -46,70 +46,6 @@
-
-

- {{ "Dances for"|translate }} - "{{ TuneDetails.Title }}" - - - - {{ "Suggest another"|translate }} - - - -

- {% for x in Dances %} -
- -
-

Steps

- - - - - - - - - {% for step in TuneDetails.Steps %} - - - - - - {% endfor %} - -
{{ "Bars"|translate }}{{ "Description"|translate }}
{{ step.BarCountAtStart }}{{ step.BarCountAtEnd }}{{ step.Description }}
-
-
- {% endfor %} -
- - - - - - - {% endblock %} \ No newline at end of file