{% extends "base.html" %} {% block title %} TOKENS {% endblock title %} {% block content %} {% if messages %} {% endif %}
Project {{project}}
{% if not tokens %} No Tokens defined! {% else %} {% for token in tokens %} {% if token.public == 1 %} {% else %} {% endif %} {% endfor %}
Token Description Project Public
{{ token.token_name }} {{ token.token_description }} {{ token.project_id }}YesNo
{% endif %}
{% endblock content %}