diff --git a/tpl/nosecount.html b/tpl/nosecount.html index e1bed64..d46a0eb 100644 --- a/tpl/nosecount.html +++ b/tpl/nosecount.html @@ -14,15 +14,17 @@

{{o.room_name}}

{% for m in o.room_members %} - {% with person = orders[m] %} -
-
- - + {% if m in orders %} + {% with person = orders[m] %} +
+
+ + +
+
{{person.ans('fursona_name')}}
-
{{person.ans('fursona_name')}}
-
- {% endwith %} + {% endwith %} + {% endif %} {% endfor %}
{% endif %} @@ -36,15 +38,17 @@

{% if o.room_confirmed %}🔒{% endif %}{{o.room_name}}

{% for m in o.room_members %} - {% with person = orders[m] %} -
-
- - + {% if m in orders %} + {% with person = orders[m] %} +
+
+ + +
+
{{person.ans('fursona_name')}}
-
{{person.ans('fursona_name')}}
-
- {% endwith %} + {% endwith %} + {% endif %} {% endfor %}
{% endif %}