{% extends "tethys_portal/user/confirm.html" %} {% block title %}{{ block.super }} - Clear Workspace Confirmation{% endblock %} {% block account_form_title %}Clear Workspace{% endblock %} {% block account_form_body %}

Are you sure you want to clear your workspace in the {{ app_name }} app (this action cannot be undone)?

{% csrf_token %} Cancel
{% endblock %}