UI: Conference website web-assets v2 upgrade #103970
@ -9,15 +9,15 @@ table.table-no-box
|
|||||||
| {% for o in object_list %}
|
| {% for o in object_list %}
|
||||||
tr
|
tr
|
||||||
td(style="width: 4ch;")
|
td(style="width: 4ch;")
|
||||||
span.text-muted= o.edition.year
|
span.text-muted {{ o.edition.year }}
|
||||||
td
|
td
|
||||||
a(href=`${o.edition.path}/${o.pk}`)= o.title
|
a(href="{% url 'festival_entry_detail' edition_path=o.edition.path pk=o.pk %}") {{ o.title }}
|
||||||
td.text-right
|
td.text-right
|
||||||
span.badge.badge-secondary(class=`status-${o.status}`)
|
span.badge.badge-secondary(class="status-{{ o.status }}")
|
||||||
| {% if o.status == 'rejected' %}
|
| {% if o.status == 'rejected' %}
|
||||||
| NOT ACCEPTED
|
| NOT ACCEPTED
|
||||||
| {% else %}
|
| {% else %}
|
||||||
| = o.status.toUpperCase()
|
| {{o.status | upper }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
| {% else %}
|
| {% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user