{% from '_functions.html' import badge_thumbnail_flex, show_badges_by_tags with context %} {% extends '_base.html' %} {% block body %}
Add a new user, who can then be awarded badges.
Add a new issuer. Each badge must have an issuer.
Add a new team
Add a new Series
Add a new Milestone (An element in a Series)
Add a new badge so that it can be awarded to people.
Add a badge-granting link (and QR code) on someone's profile.
Assertions award badges to people.
Upload a CSV file to award a bunch of badges. The awards can be listed (badge_id, email), (email, badge_id), or a mix of the two. If this method is used, people will be created if they do not yet exist.
Allow other people to award certain badges.