{% 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 Type File Name Options {% for file in storage-files %} {{file}} Download {% endfor %} Account Options Warning: Deleting your account is permanent and cannot be undone. {% if roles.administrator == true %} Add User Manage Users {% endif %} Edit Account {% endblock %}
Warning: Deleting your account is permanent and cannot be undone.