{% extends "layout-settings.html" %} {% set active_page = "settings" %} {% set active_settings = "diagnostic" %} {% set help_page = ["diagnostic-settings", dict_translation['settings']['title'] + ': ' + dict_translation['diagnostic']['title']] %} {% block title %} - {{dict_translation['settings']['title'] + ': ' + dict_translation['diagnostic']['title']}}{% endblock %} {% block settings %}

{{_('Diagnostics')}}

{{form_settings_diagnostic.csrf_token}}
{{form_settings_diagnostic.delete_dashboard_elements(class_='btn btn-primary', **{'onclick':'return confirm("Are you sure you want to delete this?")'})}}
{{form_settings_diagnostic.delete_inputs(class_='btn btn-primary', **{'onclick':'return confirm("Are you sure you want to delete this?")'})}}
{{form_settings_diagnostic.delete_maths(class_='btn btn-primary', **{'onclick':'return confirm("Are you sure you want to delete this?")'})}}
{{form_settings_diagnostic.delete_notes_tags(class_='btn btn-primary', **{'onclick':'return confirm("Are you sure you want to delete this?")'})}}
{{form_settings_diagnostic.delete_outputs(class_='btn btn-primary', **{'onclick':'return confirm("Are you sure you want to delete this?")'})}}
{{form_settings_diagnostic.delete_settings_database(class_='btn btn-primary', **{'onclick':'return confirm("Are you sure you want to delete this?")'})}}
{{form_settings_diagnostic.delete_file_dependency(class_='btn btn-primary', **{'onclick':'return confirm("Are you sure you want to delete this?")'})}}
{{form_settings_diagnostic.delete_file_upgrade(class_='btn btn-primary', **{'onclick':'return confirm("Are you sure you want to delete this?")'})}}
{% endblock %}