{% block head %}{% endblock head %} {% if user %} {% include "modal" %} {% endif %}
{% block content %}{% endblock %}
{% block content_copyright %} Copyright {% include "copyright-years" %} Tegaki Tuesday. All rights reserved. 字ちゃん mascot art by @bellumela. {% endblock %}
{% for submission in submissions %} {% if users %} {% set author = users[submission.author_id] %} {% else %} {% set author = profile_user %} {% endif %}
{{ author.username }}'s submission
{% if profile_user %} #{{ submission.challenge }} {% else %} {% if not author.deleted %}{% endif %}{{ author.username }}{% if author.deleted %} (deleted account){% else %}{% endif %} {% endif %}
{% endfor %}