{% extends 'base.html' %} {% block content %}

{% block title %}{{ _("Modify \"%(name)s\"", name=partition.name) }}{% endblock %}


{% if partition.source != "unknown" and partition.source != "upload" %} {% endif %} {{ partition.load_attachments() }}
{{ _("File") }}
{{ _("Source") }} {{ partition.source.split("/")[2] }}
{{ _("Title") }}
{{ _("Author") }}
{{ _("Lyrics") }}
{{ _("Attachments") }} {% if partition.attachments %} {% set number=partition.attachments | length %} {{ _("Yes, %(number)s", number=number) }} {% else %} {{ _("Add one") }} {% endif %}
{% endblock %}