|
|
@ -12,7 +12,6 @@
|
|
|
|
<table>
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<th>Date</th>
|
|
|
|
<th>Date</th>
|
|
|
|
<th>Progress</th>
|
|
|
|
|
|
|
|
<th>To Watch</th>
|
|
|
|
<th>To Watch</th>
|
|
|
|
<th>Actions</th>
|
|
|
|
<th>Actions</th>
|
|
|
|
<th>Title</th>
|
|
|
|
<th>Title</th>
|
|
|
@ -20,15 +19,6 @@
|
|
|
|
{% for media in media_list %}
|
|
|
|
{% for media in media_list %}
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td>{{ media.release_date.strftime("%d.%m.%Y") }}</td>
|
|
|
|
<td>{{ media.release_date.strftime("%d.%m.%Y") }}</td>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
{% if media.watched %}
|
|
|
|
|
|
|
|
completed
|
|
|
|
|
|
|
|
{% elif media.progress <= 0 %}
|
|
|
|
|
|
|
|
not started
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
{{ media.progress }} s
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
{{ media.left_length | timedelta }}
|
|
|
|
{{ media.left_length | timedelta }}
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|