{% extends "tethys_portal/user/profile.html" %} {% load django_bootstrap5 %} {% block edit_button %} Back {% endblock %} {% block title %}{{ block.super }} - User Settings{% endblock %} {% block styles %} {{ block.super }} {{ tethys.datatables_bs5.link_tag|safe }} {% endblock %} {% block profile_sections %}
{% for app in apps %} {% endfor %}
App Name Current Usage Manage Storage
{{ app.name }} {{ app.current_use }} Clear Workspace
Storage Summary: {{ current_use }} of {{ quota|default:"∞" }}
{% endblock %} {% block global_scripts %} {{ block.super }} {{ tethys.datatables.script_tag|safe }} {{ tethys.datatables_bs5.script_tag|safe }} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %}