|
|
|
@ -14,7 +14,6 @@
|
|
|
|
<th>Date</th>
|
|
|
|
<th>Date</th>
|
|
|
|
<th>Progress</th>
|
|
|
|
<th>Progress</th>
|
|
|
|
<th>Length</th>
|
|
|
|
<th>Length</th>
|
|
|
|
<th>Consider</th>
|
|
|
|
|
|
|
|
<th>Actions</th>
|
|
|
|
<th>Actions</th>
|
|
|
|
<th>Title</th>
|
|
|
|
<th>Title</th>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
@ -31,7 +30,6 @@
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td>{{ media.length }} s</td>
|
|
|
|
<td>{{ media.length }} s</td>
|
|
|
|
<td>{{ media.can_considered | tenary("Yes", "no") }}</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
{{ macros.media_element_buttons(media) }}
|
|
|
|
{{ macros.media_element_buttons(media) }}
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
|