diff --git a/district/blocks.py b/district/blocks.py
index b3d5602d2f39ff634d1d54928676cb677847847f..1f977deea65305245e9f5e42a54cb8957a4de472 100644
--- a/district/blocks.py
+++ b/district/blocks.py
@@ -383,6 +383,18 @@ class PersonBadgeBlock(StructBlock):
         label = "Vizitka"
 
 
+class PersonBadgeListBlock(StructBlock):
+    people = ListBlock(
+        PersonBadgeBlock(),
+        label="Vizitky"
+    )
+
+    class Meta:
+        template = "styleguide2/includes/molecules/contact/person_badge_list.html"
+        icon = "group"
+        label = "Seznam vizitek"
+
+
 class PersonUrlBlock(StructBlock):
     title = CharBlock(label="Název", required=True)
     url = URLBlock(label="URL", required=True)
diff --git a/district/migrations/0301_alter_districtcenterpage_content.py b/district/migrations/0301_alter_districtcenterpage_content.py
new file mode 100644
index 0000000000000000000000000000000000000000..d2525619497f0566ba6eabd630dbf7bc45a2848a
--- /dev/null
+++ b/district/migrations/0301_alter_districtcenterpage_content.py
@@ -0,0 +1,20 @@
+# Generated by Django 5.1.2 on 2024-10-29 12:57
+
+import shared.blocks.children.chart
+import wagtail.fields
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('district', '0300_remove_districthomepage_custom_logo_dark_and_more'),
+    ]
+
+    operations = [
+        migrations.AlterField(
+            model_name='districtcenterpage',
+            name='content',
+            field=wagtail.fields.StreamField([('text', 0), ('advanced_text', 4), ('two_columns_text', 7), ('headline', 12), ('headline_with_picture', 15), ('picture_list', 19), ('flip_cards', 30), ('table', 31), ('popout_table', 32), ('gallery', 35), ('figure', 38), ('card', 61), ('two_columns', 70), ('three_columns', 72), ('youtube', 73), ('map_point', 51), ('map_collection', 58), ('button', 65), ('button_group', 67), ('popout_point', 76), ('chart', 98), ('related', 101), ('related_links', 101), ('badge_list', 106), ('badge', 104), ('contact', 111)], blank=True, block_lookup={0: ('wagtail.blocks.RichTextBlock', (), {'features': ['h2', 'h3', 'h4', 'h5', 'bold', 'italic', 'ol', 'ul', 'hr', 'link', 'document-link', 'image', 'superscript', 'subscript', 'strikethrough', 'blockquote', 'embed'], 'group': '1. Text', 'label': 'Textový editor', 'template': 'styleguide2/includes/atoms/text/prose_richtext.html'}), 1: ('wagtail.blocks.ChoiceBlock', [], {'choices': [('left', 'vlevo'), ('center', 'uprostřed'), ('right', 'vpravo')], 'label': 'zarovnání'}), 2: ('wagtail.blocks.ChoiceBlock', [], {'choices': [('black_on_white', 'černá na bílé'), ('black_on_yellow', 'černá na žluté'), ('white_on_black', 'bílá na černé'), ('white_on_blue', 'bílá na modré'), ('white_on_cyan', 'bílá na tyrkysové'), ('white_on_violet', 'bílá na fialové')], 'label': 'barva'}), 3: ('wagtail.blocks.RichTextBlock', (), {'features': ['h2', 'h3', 'h4', 'h5', 'bold', 'italic', 'ol', 'ul', 'hr', 'link', 'document-link', 'image', 'superscript', 'subscript', 'strikethrough', 'blockquote', 'embed'], 'group': '1. Text', 'label': 'Textový editor'}), 4: ('wagtail.blocks.StructBlock', [[('align', 1), ('color', 2), ('text', 3)]], {}), 5: ('wagtail.blocks.RichTextBlock', (), {'features': ['h2', 'h3', 'h4', 'h5', 'bold', 'italic', 'ol', 'ul', 'hr', 'link', 'document-link', 'image', 'superscript', 'subscript', 'strikethrough', 'blockquote', 'embed'], 'label': 'levý sloupec'}), 6: ('wagtail.blocks.RichTextBlock', (), {'features': ['h2', 'h3', 'h4', 'h5', 'bold', 'italic', 'ol', 'ul', 'hr', 'link', 'document-link', 'image', 'superscript', 'subscript', 'strikethrough', 'blockquote', 'embed'], 'label': 'pravý sloupec'}), 7: ('wagtail.blocks.StructBlock', [[('left_text', 5), ('right_text', 6)]], {}), 8: ('wagtail.blocks.CharBlock', (), {'label': 'Nadpis', 'max_length': 300, 'required': True}), 9: ('wagtail.blocks.ChoiceBlock', [], {'choices': [('h1', 'H1'), ('h2', 'H2'), ('h3', 'H3'), ('h4', 'H4'), ('h5', 'H5'), ('h6', 'H6')], 'help_text': 'Čím nižší číslo, tím vyšší úroveň.', 'label': 'Úroveň nadpisu'}), 10: ('wagtail.blocks.ChoiceBlock', [], {'choices': [('head-alt-xl', 'Velký, Bebas Neue - 6XL'), ('head-alt-lg', 'Střední, Bebas Neue - 4XL'), ('head-alt-md', 'Základní velikost - Roboto - MD'), ('head-alt-sm', 'Malý - Roboto - SM'), ('head-alt-xs', 'Extra malý - Roboto - XS')], 'help_text': 'Náhled si prohlédněte na https://styleguide2.pirati.cz/pattern/patterns/atoms/text/headings.html.', 'label': 'Velikost'}), 11: ('wagtail.blocks.ChoiceBlock', [], {'choices': [('auto', 'Automaticky'), ('center', 'Na střed')], 'label': 'Zarovnání'}), 12: ('wagtail.blocks.StructBlock', [[('headline', 8), ('tag', 9), ('style', 10), ('align', 11)]], {}), 13: ('wagtail.blocks.CharBlock', (), {'label': 'nadpis'}), 14: ('wagtail.images.blocks.ImageChooserBlock', (), {'help_text': 'rozměr na výšku 75px nebo více (obrázek bude zmenšen na výšku 75px)', 'label': 'obrázek'}), 15: ('wagtail.blocks.StructBlock', [[('color', 2), ('title', 13), ('picture', 14)]], {}), 16: ('wagtail.blocks.RichTextBlock', (), {'features': ['h2', 'h3', 'h4', 'h5', 'bold', 'italic', 'ol', 'ul', 'hr', 'link', 'document-link', 'image', 'superscript', 'subscript', 'strikethrough', 'blockquote', 'embed'], 'label': 'Odstavec'}), 17: ('wagtail.blocks.ListBlock', (16,), {'label': 'Odstavce'}), 18: ('wagtail.images.blocks.ImageChooserBlock', (), {'help_text': 'Rozměr 30x30px nebo více (obrázek bude zmenšen na 30x30px)', 'label': 'Obrázek'}), 19: ('wagtail.blocks.StructBlock', [[('color', 2), ('items', 17), ('picture', 18)]], {}), 20: ('wagtail.blocks.CharBlock', (), {'default': 'FEC900', 'help_text': "Kód barvy lze vytvořit např. <a href='https://mdn.github.io/css-examples/tools/color-picker/' target='_blank'>zde</a>.", 'label': 'Barva pozadí'}), 21: ('wagtail.images.blocks.ImageChooserBlock', (), {'help_text': 'Nahrazuje pozadí. Nelze vybrat obě najednou.', 'label': 'Obrázek', 'required': False}), 22: ('wagtail.images.blocks.ImageChooserBlock', (), {'help_text': 'Nahrazuje obrázek. Nelze vybrat obě najednou.', 'label': 'Pozadí', 'required': False}), 23: ('wagtail.blocks.TextBlock', (), {'help_text': 'Řádkování je manuální.', 'label': 'Nadpis'}), 24: ('wagtail.blocks.CharBlock', (), {'default': '000000', 'help_text': "Kód barvy lze vytvořit např. <a href='https://mdn.github.io/css-examples/tools/color-picker/' target='_blank'>zde</a>.", 'label': 'Barva textu'}), 25: ('wagtail.blocks.RichTextBlock', (), {'label': 'Obsah'}), 26: ('wagtail.blocks.CharBlock', (), {'help_text': 'Pokud není vyplněn, tlačítko se neukáže.', 'label': 'Nadpis tlačítka', 'required': False}), 27: ('wagtail.blocks.CharBlock', (), {'label': 'Odkaz tlačítka', 'required': False}), 28: ('wagtail.blocks.StructBlock', [[('bg_color', 20), ('image', 21), ('background', 22), ('title', 23), ('title_color', 24), ('content', 25), ('button_text', 26), ('button_url', 27)]], {'label': 'Karta'}), 29: ('wagtail.blocks.ListBlock', (28,), {'label': 'Karty'}), 30: ('wagtail.blocks.StructBlock', [[('cards', 29)]], {}), 31: ('wagtail.contrib.table_block.blocks.TableBlock', (), {'group': '3. Ostatní', 'label': 'Tabulka', 'template': 'styleguide2/includes/atoms/table/table.html'}), 32: ('wagtail.contrib.table_block.blocks.TableBlock', (), {'group': '3. Ostatní', 'label': 'Rozbalovací tabulka', 'template': 'styleguide2/includes/atoms/table/popout_table.html'}), 33: ('wagtail.images.blocks.ImageChooserBlock', (), {'label': 'obrázek', 'required': True}), 34: ('wagtail.blocks.ListBlock', (33,), {'group': '3. Ostatní', 'icon': 'image', 'label': 'Galerie'}), 35: ('wagtail.blocks.StructBlock', [[('gallery_items', 34)]], {'label': 'Galerie'}), 36: ('wagtail.images.blocks.ImageChooserBlock', (), {'label': 'Obrázek', 'required': True}), 37: ('wagtail.blocks.TextBlock', (), {'label': 'Popisek', 'required': False}), 38: ('wagtail.blocks.StructBlock', [[('img', 36), ('caption', 37)]], {}), 39: ('wagtail.images.blocks.ImageChooserBlock', (), {'label': 'Obrázek', 'required': False}), 40: ('wagtail.blocks.TextBlock', (), {'label': 'Titulek', 'required': False}), 41: ('wagtail.images.blocks.ImageChooserBlock', (), {'help_text': 'Není třeba vyplňovat, náhled bude dohledán automaticky.', 'label': 'Náhled videa (automatické pole)', 'required': False}), 42: ('wagtail.blocks.URLBlock', (), {'help_text': 'Odkaz na YouTube video bude automaticky zkonvertován na ID videa a NEBUDE uložen.', 'label': 'Odkaz na video', 'required': False}), 43: ('wagtail.blocks.CharBlock', (), {'help_text': 'Není třeba vyplňovat, bude automaticky načteno z odkazu.', 'label': 'ID videa (automatické pole)', 'required': False}), 44: ('wagtail.blocks.StructBlock', [[('poster_image', 41), ('video_url', 42), ('video_id', 43)]], {}), 45: ('wagtail.blocks.DecimalBlock', (), {'help_text': 'Např. 50.04075', 'label': 'Zeměpisná šířka'}), 46: ('wagtail.blocks.DecimalBlock', (), {'help_text': 'Např. 15.77659', 'label': 'Zeměpisná délka'}), 47: ('wagtail.blocks.CharBlock', (), {'default': '000000', 'help_text': 'Zadejte barvu pomocí HEX notace (bez # na začátku).', 'label': 'Barva špendlíku (HEX)'}), 48: ('wagtail.blocks.IntegerBlock', (), {'default': 15, 'label': 'Výchozí zoom', 'max_value': 18, 'min_value': 1}), 49: ('wagtail.blocks.ChoiceBlock', [], {'choices': [('osm-mapnik', 'OSM Mapnik'), ('stadia-osm-bright', 'Stadia OSM Bright'), ('stadia-outdoors', 'Stadia Outdoors'), ('mapbox-streets', 'Mapbox Streets'), ('mapbox-outdoors', 'Mapbox Outdoors'), ('mapbox-light', 'Mapbox Light'), ('mapbox-dark', 'Mapbox Dark'), ('mapbox-satellite', 'Mapbox Satellite'), ('mapbox-pirate', 'Mapbox Pirate Theme')], 'label': 'Styl'}), 50: ('wagtail.blocks.IntegerBlock', (), {'label': 'Výška v px', 'max_value': 1000, 'min_value': 100}), 51: ('wagtail.blocks.StructBlock', [[('lat', 45), ('lon', 46), ('hex_color', 47), ('zoom', 48), ('style', 49), ('height', 50)]], {'label': 'Špendlík na mapě'}), 52: ('wagtail.blocks.CharBlock', (), {'label': 'Titulek', 'required': True}), 53: ('wagtail.blocks.TextBlock', (), {'help_text': "Vložte surový GeoJSON objekt typu 'Feature'. Vyrobit jej můžete např. pomocí online služby geojson.io. Pokud u objektu poskytnete properties 'title' a 'description', zobrazí se jak na mapě, tak i v detailu.", 'label': 'Geodata', 'required': True}), 54: ('wagtail.blocks.URLBlock', (), {'label': 'Odkaz', 'required': False}), 55: ('wagtail.blocks.CharBlock', (), {'default': '000000', 'help_text': 'Zadejte barvu pomocí HEX notace (bez # na začátku).', 'label': 'Barva (HEX)'}), 56: ('wagtail.blocks.StructBlock', [[('title', 52), ('description', 37), ('geojson', 53), ('image', 39), ('link', 54), ('hex_color', 55)]], {'required': True}), 57: ('wagtail.blocks.ListBlock', (56,), {'label': 'Součásti'}), 58: ('wagtail.blocks.StructBlock', [[('features', 57), ('zoom', 48), ('style', 49), ('height', 50)]], {'label': 'Mapová kolekce'}), 59: ('wagtail.blocks.StreamBlock', [[('text', 3), ('table', 31), ('figure', 38), ('youtube', 44), ('map_point', 51), ('map_collection', 58)]], {'label': 'Obsah', 'required': False}), 60: ('wagtail.blocks.PageChooserBlock', (), {'label': 'Stránka', 'required': False}), 61: ('wagtail.blocks.StructBlock', [[('img', 39), ('headline', 40), ('content', 59), ('page', 60), ('link', 54)]], {}), 62: ('wagtail.blocks.CharBlock', (), {'label': 'Titulek', 'max_length': 128, 'required': True}), 63: ('wagtail.blocks.ChoiceBlock', [], {'choices': [('black', 'Černá'), ('white', 'Bílá'), ('pirati-yellow', 'Žlutá'), ('grey-125', 'Světle šedá'), ('blue-300', 'Modrá'), ('cyan-200', 'Tyrkysová'), ('green-400', 'Zelená'), ('violet-400', 'Vínová'), ('red-600', 'Červená')], 'label': 'Barva'}), 64: ('wagtail.blocks.BooleanBlock', (), {'default': True, 'help_text': 'Pokud je zapnuto, tlačítko při najetí kurzorem ukáže žlutou šipku.', 'label': 'Animovat na hover', 'required': False}), 65: ('wagtail.blocks.StructBlock', [[('title', 62), ('color', 63), ('hoveractive', 64), ('page', 60), ('link', 54), ('align', 11)]], {}), 66: ('wagtail.blocks.ListBlock', (65,), {'label': 'Tlačítka'}), 67: ('wagtail.blocks.StructBlock', [[('buttons', 66)]], {}), 68: ('wagtail.blocks.StreamBlock', [[('text', 3), ('table', 31), ('card', 61), ('figure', 38), ('youtube', 44), ('map_point', 51), ('map_collection', 58), ('button', 65), ('button_group', 67)]], {'label': 'Obsah levého sloupce', 'required': True}), 69: ('wagtail.blocks.StreamBlock', [[('text', 3), ('table', 31), ('card', 61), ('figure', 38), ('youtube', 44), ('map_point', 51), ('map_collection', 58), ('button', 65), ('button_group', 67)]], {'label': 'Obsah pravého sloupce', 'required': True}), 70: ('wagtail.blocks.StructBlock', [[('left_column_content', 68), ('right_column_content', 69)]], {}), 71: ('wagtail.blocks.StreamBlock', [[('text', 3), ('table', 31), ('card', 61), ('figure', 38), ('youtube', 44), ('map_point', 51), ('map_collection', 58), ('button', 65), ('button_group', 67)]], {'label': 'Obsah prostředního sloupce', 'required': True}), 72: ('wagtail.blocks.StructBlock', [[('left_column_content', 68), ('middle_column_content', 71), ('right_column_content', 69)]], {}), 73: ('wagtail.blocks.StructBlock', [[('poster_image', 41), ('video_url', 42), ('video_id', 43)]], {'label': 'YouTube video'}), 74: ('wagtail.blocks.CharBlock', (), {'label': 'Název', 'required': True}), 75: ('wagtail.blocks.StreamBlock', [[('text', 0), ('headline', 12), ('table', 31)]], {'label': 'Obsah'}), 76: ('wagtail.blocks.StructBlock', [[('name', 74), ('content', 75)]], {}), 77: ('wagtail.blocks.CharBlock', (), {'label': 'Název', 'max_length': 120}), 78: ('wagtail.blocks.ChoiceBlock', [], {'choices': [('bar', 'Graf se sloupci'), ('horizontalBar', 'Graf s vodorovnými sloupci'), ('pie', 'Koláčový graf'), ('doughnut', 'Donutový graf'), ('polarArea', 'Graf polární oblasti'), ('radar', 'Radarový graf'), ('line', 'Graf s liniemi')], 'label': 'Typ'}), 79: ('wagtail.blocks.BooleanBlock', (), {'help_text': 'Mění vzhled pouze u linových grafů.', 'label': 'Schovat body', 'required': False}), 80: ('wagtail.blocks.CharBlock', (), {'label': 'Skupina', 'max_length': 40}), 81: ('wagtail.blocks.ListBlock', (80,), {'blank': True, 'collapsed': True, 'default': [], 'label': 'Místně definované skupiny', 'required': False}), 82: ('wagtail.blocks.CharBlock', (), {'label': 'Označení zdroje dat', 'max_length': 120}), 83: ('wagtail.blocks.IntegerBlock', (), {}), 84: ('wagtail.blocks.ListBlock', (83,), {'default': [0], 'label': 'Data'}), 85: ('wagtail.blocks.StructBlock', [[('label', 82), ('data', 84)]], {}), 86: ('wagtail.blocks.ListBlock', (85,), {'blank': True, 'collapsed': True, 'default': [], 'label': 'Místní zdroje dat', 'required': False}), 87: ('wagtail.blocks.MultipleChoiceBlock', [], {'choices': shared.blocks.children.chart.get_redmine_projects, 'label': 'Projekty'}), 88: ('wagtail.blocks.BooleanBlock', (), {'label': 'Jen otevřené', 'required': False}), 89: ('wagtail.blocks.BooleanBlock', (), {'label': 'Jen uzavřené', 'required': False}), 90: ('wagtail.blocks.DateBlock', (), {'label': 'Min. datum vytvoření', 'required': True}), 91: ('wagtail.blocks.DateBlock', (), {'label': 'Max. datum vytvoření', 'required': True}), 92: ('wagtail.blocks.CharBlock', (), {'help_text': 'Např. <=2023-01-01. Více informací na pi2.cz/redmine-api', 'label': 'Filtr pro datum aktualizace', 'max_length': 128, 'required': False}), 93: ('wagtail.blocks.CharBlock', (), {'label': 'Označení úkolů uvnitř grafu', 'max_length': 128, 'required': True}), 94: ('wagtail.blocks.BooleanBlock', (), {'label': 'Rozdělit podle projektu', 'required': False}), 95: ('wagtail.blocks.BooleanBlock', (), {'label': 'Pouze růst nahoru', 'required': False}), 96: ('wagtail.blocks.StructBlock', [[('projects', 87), ('is_open', 88), ('is_closed', 89), ('created_on_min_date', 90), ('created_on_max_date', 91), ('updated_on', 92), ('issue_label', 93), ('split_per_project', 94), ('only_grow', 95)]], {'label': 'Redmine úkoly'}), 97: ('wagtail.blocks.ListBlock', (96,), {'blank': True, 'default': [], 'help_text': 'Úkoly, podle doby vytvoření. Pokud definuješ více zdrojů, datumy v nich musí být stejné.', 'label': 'Zdroje dat z Redmine (úkoly)', 'required': False}), 98: ('wagtail.blocks.StructBlock', [[('title', 77), ('chart_type', 78), ('hide_points', 79), ('local_labels', 81), ('local_datasets', 86), ('redmine_issue_datasets', 97)]], {}), 99: ('wagtail.blocks.PageChooserBlock', ('district.DistrictArticlePage',), {'label': 'Aktualita', 'required': True}), 100: ('wagtail.blocks.ListBlock', (99,), {'label': 'Seznam aktualit', 'required': True}), 101: ('wagtail.blocks.StructBlock', [[('articles', 100)]], {}), 102: ('wagtail.blocks.PageChooserBlock', (), {'label': 'Osoba', 'page_type': ['district.DistrictPersonPage', 'district.DistrictOctopusPersonPage', 'district.DistrictManualOctopusPersonPage'], 'required': True}), 103: ('wagtail.blocks.CharBlock', (), {'help_text': 'Vlastní popisek na vizitce. Pokud není uvedeno, použije se výchozí profese osoby.', 'label': 'Popisek', 'required': False}), 104: ('wagtail.blocks.StructBlock', [[('person', 102), ('caption', 103)]], {}), 105: ('wagtail.blocks.ListBlock', (104,), {}), 106: ('wagtail.blocks.StructBlock', [[('people', 105)]], {}), 107: ('wagtail.blocks.CharBlock', (), {'label': 'Název pozice', 'required': False}), 108: ('wagtail.blocks.PageChooserBlock', (), {'label': 'Osoba', 'page_type': ['district.DistrictPersonPage', 'district.DistrictOctopusPersonPage', 'district.DistrictManualOctopusPersonPage']}), 109: ('wagtail.blocks.StructBlock', [[('position', 107), ('person', 108)]], {}), 110: ('wagtail.blocks.ListBlock', (109,), {}), 111: ('wagtail.blocks.StructBlock', [[('title', 52), ('contact_list', 110)]], {})}, verbose_name='Obsah'),
+        ),
+    ]
diff --git a/district/models.py b/district/models.py
index 45009d45d82f5cd7d602b355d66282b10912c8ca..240a1e2188c643d681ac9af3a95aeb713f9beed7 100644
--- a/district/models.py
+++ b/district/models.py
@@ -888,6 +888,7 @@ class DistrictCenterPage(
     content = StreamField(
         CONTENT_BLOCKS
         + [
+            ("badge_list", blocks.PersonBadgeListBlock()),
             ("badge", blocks.PersonBadgeBlock()),
             ("contact", blocks.CenterContactBlock()),
             ("badge", blocks.PersonBadgeBlock()),
diff --git a/shared/templates/styleguide2/includes/molecules/contact/person_badge.html b/shared/templates/styleguide2/includes/molecules/contact/person_badge.html
index 8c728a08790dc617ce7e617a1fbdfe37226b83a6..bea90a81903d3d201caaee86ba43b3fe875b122a 100644
--- a/shared/templates/styleguide2/includes/molecules/contact/person_badge.html
+++ b/shared/templates/styleguide2/includes/molecules/contact/person_badge.html
@@ -1,11 +1,9 @@
 {% load wagtailimages_tags %}
 
-<div class="grid grid-cols-1 xl:grid-cols-2 gap-4 mt-4 mb-4">
-  {% with self.person.specific as person_page %}
-    {% image person_page.get_profile_image fill-256x256 as contact_box_image %}
+{% with self.person.specific as person_page %}
+  {% image person_page.get_profile_image fill-256x256 as contact_box_image %}
 
-    {% firstof self.caption person_page.position as function %}
+  {% firstof self.caption person_page.position as function %}
 
-    {% include 'styleguide2/includes/molecules/contact/contact_person_large_box.html' with image=contact_box_image name=person_page.title url=person_page.url function=function %}
-  {% endwith %}
-</div>
+  {% include 'styleguide2/includes/molecules/contact/contact_person_large_box.html' with image=contact_box_image name=person_page.title url=person_page.url function=function %}
+{% endwith %}
diff --git a/shared/templates/styleguide2/includes/molecules/contact/person_badge_list.html b/shared/templates/styleguide2/includes/molecules/contact/person_badge_list.html
new file mode 100644
index 0000000000000000000000000000000000000000..01153f605e6afef461f1c55573555c2a1b24de6b
--- /dev/null
+++ b/shared/templates/styleguide2/includes/molecules/contact/person_badge_list.html
@@ -0,0 +1,7 @@
+{% load wagtailcore_tags %}
+
+<div class="grid grid-cols-1 xl:grid-cols-2 gap-4 mt-4 mb-4">
+  {% for person in self.people %}
+    {% include_block person %}
+  {% endfor %}
+</div>
\ No newline at end of file
diff --git a/shared/templates/styleguide2/includes/molecules/program/program_block.html b/shared/templates/styleguide2/includes/molecules/program/program_block.html
index 4197ba957526288a66e8a5c8baf02e9e92efa773..bf65cfdeca9db19e26d156a861cdf0841016c99d 100644
--- a/shared/templates/styleguide2/includes/molecules/program/program_block.html
+++ b/shared/templates/styleguide2/includes/molecules/program/program_block.html
@@ -108,14 +108,14 @@
       {% endfor %}
 
       {% for tab_link in self.tab_links %}
-      <a
-        class="switch__item--program inline-block"
-        href="{{ tab_link.link }}"
-        target="_blank"
-      >
-        <i class="ico--link"></i>&nbsp;
-        {{ tab_link.text }}
-      </a>
+        <a
+          class="switch__item--program inline-block"
+          href="{{ tab_link.link }}"
+          target="_blank"
+        >
+          <i class="ico--link"></i>&nbsp;
+          {{ tab_link.text }}
+        </a>
       {% endfor %}
     </div>
 
diff --git a/shared/templates/styleguide2/includes/organisms/candidates/candidate_primary_list.html b/shared/templates/styleguide2/includes/organisms/candidates/candidate_primary_list.html
index 32e8e5950ca047745bb7065f710355e15345b58a..f3c3d1eb87ad9534f5ba58e0bb3b444c9ed5e967 100644
--- a/shared/templates/styleguide2/includes/organisms/candidates/candidate_primary_list.html
+++ b/shared/templates/styleguide2/includes/organisms/candidates/candidate_primary_list.html
@@ -11,7 +11,7 @@
           {% if candidate.value.image %}
             {% image candidate.value.image fill-756x756 as resized_candidate_image %}
           {% else %}
-            {% image specific_page.value.profile_image fill-756x756 as resized_candidate_image %}
+            {% image specific_page.profile_image fill-756x756 as resized_candidate_image %}
           {% endif %}
 
           {% firstof candidate.value.description specific_page.perex as description %}