+ {% if show_buttons %} + {{ content.name }} + {% else %} + {{ content.name }} + {% endif %} +
+{{ content.description|safe }}
+ {% if content.image_copyright %} +{% translate "Image" %}: {{ content.image_copyright }}
+ {% endif %} +diff --git a/changelog/_8766.md b/changelog/_8766.md
new file mode 100644
index 0000000000..1642b56440
--- /dev/null
+++ b/changelog/_8766.md
@@ -0,0 +1,10 @@
+### Added
+- create project information page
+- hero component
+- contact snippets
+
+### Removed
+- image with aside (replaced with hero)
+
+### Changed
+- plan and project detail pages
\ No newline at end of file
diff --git a/meinberlin/apps/contrib/templates/meinberlin_contrib/components/hero.html b/meinberlin/apps/contrib/templates/meinberlin_contrib/components/hero.html
new file mode 100644
index 0000000000..38e19b7cdd
--- /dev/null
+++ b/meinberlin/apps/contrib/templates/meinberlin_contrib/components/hero.html
@@ -0,0 +1,48 @@
+{% load i18n thumbnail %}
+
+ {{ content.description|safe }} {% translate "Image" %}: {{ content.image_copyright }}
+ {% if show_buttons %}
+ {{ content.name }}
+ {% else %}
+ {{ content.name }}
+ {% endif %}
+
+
+
{{ object.contact_name }}
- {% endif %} - {% if object.contact_address_text %} -{{ object.contact_address_text|linebreaks }}
- {% endif %} - {% if object.contact_phone %} -{% translate 'Telephone' %}: {{ object.contact_phone }}
- {% endif %} - {% if object.contact_email %} - - {% endif %} - {% if object.contact_url %} - - {% endif %} - -{{ object.organisation.name }}
-{{ object.organisation.address|linebreaks }}
- {% endif %} - {% if object.organisation.url %} - - {% endif %} - -{{ organization.name }}
+ + {% if organization.address %} +{{ organization.address|linebreaksbr }}
+ {% endif %} + + {% if organization.url %} +{% trans "Website" %}: + {{ organization.url }} +
+ {% endif %} + +{{ contact.contact_name }}
+ + {% if contact.contact_email %} +{% trans "Email" %}: + {{ contact.contact_email }} +
+ {% endif %} + + {% if contact.contact_phone %} +{% trans "Phone" %}: + {{ contact.contact_phone }} +
+ {% endif %} + +