-
+
{{ node.field_comments.comment_count }}{{ 'Comments'|t }}
-
-
+
+ {{ content.flag_support_proposal }}
-
+
{{ content.field_dialogue_proposal_category }}
diff --git a/web/themes/custom/hoeringsportal/templates/content/node--hearing--teaser.html.twig b/web/themes/custom/hoeringsportal/templates/content/node--hearing--teaser.html.twig
index 6df4c4964..89a7ecdf1 100755
--- a/web/themes/custom/hoeringsportal/templates/content/node--hearing--teaser.html.twig
+++ b/web/themes/custom/hoeringsportal/templates/content/node--hearing--teaser.html.twig
@@ -35,7 +35,7 @@
{# Show teaser description #}
{% block card_content %}
- {{ content.field_teaser[0]['#context'].value|truncate(95, true, true) }}
+ {{ node.field_teaser.string|truncate(95, true, true) }}
{% endblock %}
{# Collect data for information lines on card #}
diff --git a/web/themes/custom/hoeringsportal/templates/content/node--project-main-page--teaser.html.twig b/web/themes/custom/hoeringsportal/templates/content/node--project-main-page--teaser.html.twig
index 7d70d0271..6e604cd0d 100755
--- a/web/themes/custom/hoeringsportal/templates/content/node--project-main-page--teaser.html.twig
+++ b/web/themes/custom/hoeringsportal/templates/content/node--project-main-page--teaser.html.twig
@@ -3,7 +3,7 @@
{% extends 'themes/custom/hoeringsportal/templates/components/base-card.html.twig' %}
{% block card_content %}
- {{ node.field_short_description.value|truncate(95, true, true) }}
+ {{ node.field_short_description.string|truncate(95, true, true) }}
{{ content.field_project_category }}
{{ content.field_area }}{{ content.field_type }}
{% endblock %}
diff --git a/web/themes/custom/hoeringsportal/templates/ds/ds-2col-stacked--node-hearing-hearing-ticket-view.html.twig b/web/themes/custom/hoeringsportal/templates/ds/ds-2col-stacked--node-hearing-hearing-ticket-view.html.twig
index defc477f9..de785530f 100644
--- a/web/themes/custom/hoeringsportal/templates/ds/ds-2col-stacked--node-hearing-hearing-ticket-view.html.twig
+++ b/web/themes/custom/hoeringsportal/templates/ds/ds-2col-stacked--node-hearing-hearing-ticket-view.html.twig
@@ -21,6 +21,9 @@
*/
#}
+{% set hide_hearing_replies = 1 == node.field_hide_hearing_replies.value %}
+{% set hide_hearing_replies_msg = hide_hearing_replies ? node.field_hide_hearing_replies_msg.value %}
+
<{{ outer_wrapper }}{{ attributes.addClass('ds-2col-stacked', 'clearfix') }}>
{{ title_suffix.contextual_links }}
@@ -28,16 +31,32 @@
<{{ header_wrapper }}{{ header_attributes.addClass('group-header bg-primary text-white') }}>
{{ include(directory ~ '/templates/components/header.html.twig', {header: header}) }}
{{ header_wrapper }}>
-
-
- <{{ left_wrapper }}{{ left_attributes.addClass('content group-left col-md-8') }}>
+
+ {% if hide_hearing_replies %}
+
+ <{{ left_wrapper }}{{ left_attributes.addClass('content group-left col-md-8') }}>
+
+
+
{{ hide_hearing_replies_msg|raw }}
+
+
+ {{ left_wrapper }}>
+
+ <{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
+ {{ right|without('dynamic_block_field:node-hearing_ticket_author') }}
+ {{ right_wrapper }}>
+
+ {% else %}
+
+ <{{ left_wrapper }}{{ left_attributes.addClass('content group-left col-md-8') }}>
{{ left }}
- {{ left_wrapper }}>
+ {{ left_wrapper }}>
- <{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
+ <{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
- {{ right_wrapper }}>
-
+ {{ right_wrapper }}>
+
+ {% endif %}
<{{ footer_wrapper }}{{ footer_attributes.addClass('group-footer container-flex') }}>
{{ footer }}
diff --git a/web/themes/custom/hoeringsportal/templates/field/field--field-dialogue-proposal-category--full.html.twig b/web/themes/custom/hoeringsportal/templates/field/field--field-dialogue-proposal-category--full.html.twig
index 16f585a9e..dc0485c9c 100644
--- a/web/themes/custom/hoeringsportal/templates/field/field--field-dialogue-proposal-category--full.html.twig
+++ b/web/themes/custom/hoeringsportal/templates/field/field--field-dialogue-proposal-category--full.html.twig
@@ -37,8 +37,11 @@
*/
#}
-
+
+
{% for item in items %}
- {{ item.content }}
+ - {{ item.content }}
{% endfor %}
-
+
diff --git a/web/themes/custom/hoeringsportal/templates/field/field--field-dialogue-proposal-category.html.twig b/web/themes/custom/hoeringsportal/templates/field/field--field-dialogue-proposal-category.html.twig
index 35954b156..372193106 100644
--- a/web/themes/custom/hoeringsportal/templates/field/field--field-dialogue-proposal-category.html.twig
+++ b/web/themes/custom/hoeringsportal/templates/field/field--field-dialogue-proposal-category.html.twig
@@ -37,14 +37,17 @@
*/
#}
-
+
+
{% if (items[0]) %}
- {{ items[0].content }}
+ - {{ items[0].content }}
{% endif %}
{% if (items[1]) %}
- {{ items[1].content }}
+ - {{ items[1].content }}
{% endif %}
{% if (items|length > 2) %}
- +{{ items|length - 2 }}
+ - +{{ items|length - 2 }}
{% endif %}
-
+
diff --git a/web/themes/custom/hoeringsportal/translations/hoeringsportal.da.po b/web/themes/custom/hoeringsportal/translations/hoeringsportal.da.po
index d14811ef1..bcccf39ee 100644
--- a/web/themes/custom/hoeringsportal/translations/hoeringsportal.da.po
+++ b/web/themes/custom/hoeringsportal/translations/hoeringsportal.da.po
@@ -3,8 +3,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2026-02-25 12:15+0100\n"
-"PO-Revision-Date: 2026-02-25 12:15+0100\n"
+"POT-Creation-Date: 2026-03-09 10:55+0100\n"
+"PO-Revision-Date: 2026-03-09 10:55+0100\n"
"Last-Translator: NAME
\n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
@@ -72,6 +72,9 @@ msgstr ""
msgid "Attachments"
msgstr "Vedhæftninger"
+msgid "Back to dialogue"
+msgstr "Tilbage til dialog"
+
msgid ""
"Before you can contribute you must validate your user account with "
"NemID."
@@ -426,6 +429,9 @@ msgstr "Initiativ start"
msgid "Project timeline"
msgstr "Projektets tidslinje"
+msgid "Proposal categories"
+msgstr "Forslagskategorier"
+
msgid "Proposals"
msgstr "Forslag"