{% from 'common/macros.html' import badge_editor_single with context %} {% for badge in badges %} {{ badge_editor_single(options=uploads, selected=badge.upload, badge=badge) }} {% endfor %}