{% extends 'core/core.html' %} {% load mptt_tags %} {% load audiothek %} {% load static %} {% block title %}Detailansicht Beitrag {{ object }} - {{ block.super }}{% endblock %} {% block breadcrumb %}
Position | Titel | Länge | Bitrate | Abtastrate | Kanäle | Datei | Position ändern |
---|---|---|---|---|---|---|---|
{{ file.position }} | {{ file }} | {{ file.length|inttotime }} | {{ file.bitrate|kbps }} | {{ file.samplerate|khz }} | {{ file.channels }} | {% if file.audiofile %} {% endif %} |
Rolle | Benutzer | sichtbar | Aktion |
---|---|---|---|
{{ role.get_name }} | {{ role.user }} | {% if role.public %} {% else %} {% endif %} | {% if role.public %} {% else %} {% endif %} |
Name/Bemerkung | erstellt/zuletzt bearbeitet | Aktionen |
---|---|---|
{{ m }}
{% if m.note %} {{ m.note }} {% endif %}
|
{{ m.creation_time|date:"SHORT_DATETIME_FORMAT" }} {{ m.creator|default:'-' }}
{% if m.last_edit_time %}
{{ m.last_edit_time|date:"SHORT_DATETIME_FORMAT" }} {{ m.last_editor|default:'-' }} {% endif %} |