{% extends "base.html" %} {% block title %}Furizon 2024 Fursuitcount{% endblock %} {% block main %}

Welcome to the fursuit-count page! Here you can see all of the fursuits that you'll find at Furizon!

{% for person in orders.values() if person.is_fursuiter%} {% if loop.first %}
{% endif %}
{% with current=order, order=person, imgSrc='/res/propic/' + (person.ans('propic_fursuiter') or 'default.png'), effects = true, flag = true %} {% include 'blocks/propic.html' %} {% endwith %}
{{person.ans('fursona_name')}}
{% if loop.last %}
{% endif %} {% endfor %}
{% endblock %}