{% extends "layouts/base.html" %} {% block title %}{{user.display-name}}: Dashboard{% endblock %} {% block content %} {% if roles.administrator == true %} {{python-output}} {% endif %}

Dashboard

{{user.display-name}}

{{storage-files | length}} Files

New Chart
{% for file in storage-files %} {% endfor %}
Type File Name Options
{{file}} Download

Account Options

Warning: Deleting your account is permanent and cannot be undone.

{% if roles.administrator == true %} Add User Manage Users {% endif %} Edit Account
{% endblock %}