{% extends "base.html" %} {% load django_bootstrap5 %} {% load bootstrap_icons %} {% load i18n %} {% block title %}{% trans "Add Compute" %}{% endblock %} {% block content %}
{% csrf_token %} {% bootstrap_form form layout='horizontal' %}
{% bs_icon 'x-square-fill' %} {% trans "Cancel" %}
{% endblock content %}