{% extends "base.tpl" %} {% block content %}

List of Authenticated Clients

{% for c in codes %} {{c.code}} / {{c.name|force_escape}} / {{c.website|force_escape}}
{% endfor %} {% endblock %}