{% extends "user/base.html" %} {% load utils %} {% load i18n %} {% load hostname %} {% load setting %} {% load fieldtype %} {% block title %} {% title "Overview" %} {% endblock %} {% block content %}
{% for token in static_tokens %}{{ token.token }} {% endfor %}