{% block content %}{% endblock %}
{% for submission in submissions %}
{% if users %}
{% set author = users[submission.author_id] %}
{% else %}
{% set author = profile_user %}
{% endif %}
{% endfor %}