{% extends 'base.html' %} {% block scripts %} {% endblock %} {% block header %} {# MSG: Page title for the page where a song can be edited. #}

{% block title %}{% trans %}Edit Song{% endtrans %}{% endblock %}

{% endblock %} {% block content %}

{{ filename_from_path(song.decode('utf-8', 'ignore')) }}

{# MSG: Label on the control to edit the song's name #}

{# MSG: Label on button which deletes the current song. #} {%- trans -%} Delete this song {%- endtrans -%}
{% endblock %}