fix/feat: various

This commit is contained in:
mco-system
2023-04-12 22:31:33 +11:00
parent 86b2e8e21e
commit 529c12ded6
9 changed files with 30 additions and 32 deletions

View File

@@ -2,6 +2,7 @@
{% block content %}
<div class="content">
{% for slot in slots %}
{% set index = loop.index %}
{% if filter %}
{% if slot.submission_type.en | lower in filter %}
{% include "slot.html" %}