{% load static %}
| Character | Scopes | {% for token in tokens %} | |
|---|---|---|---|
|
|
{{ token.character_name }} | {% for scope in token.scopes.all %} {{ scope.friendly_name }}{% if not forloop.last %}, {% endif %} {% endfor %} |