diff --git a/web/src/views/project/template/TemplateTerraformState.vue b/web/src/views/project/template/TemplateTerraformState.vue
index 182432508..eecd788ea 100644
--- a/web/src/views/project/template/TemplateTerraformState.vue
+++ b/web/src/views/project/template/TemplateTerraformState.vue
@@ -1,99 +1,19 @@
-
- {{ template.description }}
-
-
-
-
-
-
-
- mdi-book-play
-
-
-
- {{ $t('playbook') }}
- {{ template.playbook }}
-
-
-
-
-
-
-
-
- {{ TEMPLATE_TYPE_ICONS[template.type] }}
-
-
-
- {{ $t('type') }}
- {{ $t(TEMPLATE_TYPE_TITLES[template.type]) }}
-
-
-
-
-
-
-
-
-
- mdi-monitor
-
-
-
- {{ $t('inventory') }}
-
- {{ (inventory.find((x) => x.id === template.inventory_id) || {name: '—'}).name }}
-
-
-
-
-
-
-
-
-
- mdi-code-braces
-
-
- {{ $t('environment') }}
-
- {{ environment.find((x) => x.id === template.environment_id).name }}
-
-
-
-
-
-
-
-
-
- mdi-git
-
-
- {{ $t('repository2') }}
-
- {{ repositories.find((x) => x.id === template.repository_id).name }}
-
-
-
-
-
-
-
-
+
+ Terraform/OpenTofu HTTP backend available only in PRO version.
+ Upgrade
+