{% for uploader in file_uploaders %} {% if uploader.donationblueprint_set.all %} {% else %} {% endif %} {% empty %} {% endfor %}
Position Uploader Upload Type Donation Instructions Associated Blueprints
{{ uploader.index }} {{ uploader.name }} {{ uploader.upload_type }} Instructions {% for blueprint in uploader.donationblueprint_set.all %} {% if not blueprint.is_backup %} {% endif %} {% for backup in blueprint.backups.all %} {% endfor %} {% endfor %} No associated Blueprints
You have yet to create an Uploader for this project.