{% extends "base.html" %} {% block title %}temBoard / Settings / Environments{% endblock %} {% block head %} {% for link in vitejs.css_links_for('settings.environments.js') %}{{ link|safe }}{% endfor %} {% endblock %} {% block sidebar %} {% include "settings/menu.html" %} {% endblock %} {% block content %}
{% raw %}

Please confirm the deletion of environment {{resource.name}}.

{% endraw %}
{% for environment in environments %} {% endfor %}
Name Description
{{environment.name}} {{environment.description or ''}}
{% endblock %}