{% 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 %}
{# MSG: Label showing the original filename on disk before editing. #}
{{ raw_stem }} {% if format_icon %} {{ format_icon }} {% endif %}
{# MSG: Label for the input where the user types the new filename. #}
{# MSG: Label on button which applies automatic formatting to tidy the filename. #} {# MSG: Label on button which swaps the artist and title around the dash separator. #}
{# MSG: Label on button which searches for track name suggestions from iTunes. #}
{# MSG: Label on button which deletes the current song. #} {%- trans -%} Delete this song {%- endtrans -%}
{% endblock %}