No notes defined.

<!-- Error rendering component -->
<!-- Error: Template 05-entity/venture_match/venture_match.twig not found -->
<!-- Error: Error: Template 05-entity/venture_match/venture_match.twig not found
    at /var/www/socialimpactaward.org/web/libraries/custom/sia-design-system/node_modules/@frctl/twig/src/adapter.js:156:24
    at new Promise (<anonymous>)
    at TwigAdapter.render (/var/www/socialimpactaward.org/web/libraries/custom/sia-design-system/node_modules/@frctl/twig/src/adapter.js:134:16)
    at ComponentSource._renderVariant (/var/www/socialimpactaward.org/web/libraries/custom/sia-design-system/node_modules/@frctl/fractal/src/api/components/source.js:212:30)
    at _renderVariant.next (<anonymous>)
    at onFulfilled (/var/www/socialimpactaward.org/web/libraries/custom/sia-design-system/node_modules/co/index.js:65:19) -->
<article class='{{ get_entity_class( entityType, display ) }}' {% if entityId %} id='eid-{{ entityId }}' {% endif %}>
    {% if workflowInfo %}
        {% include get_template( 'workflow-info', 'unit' ) with workflowInfo %}
    {% endif %}

    {% if highlight %}
        {% set countryMeta %}
            {% include get_template( highlight.component, highlight.type ) with highlight.config %}
        {% endset %}
    {% endif %}

    {% if meta and meta.venture_stage %}
        {% set iconBasename='noun_degree_1195053.svg' %}
    {% else %}
        {% set iconBasename='noun_Quality badge_1353889.svg' %}
    {% endif %}

    {% if pageLead %} 
        {% include get_template( 'page-lead', 'region' ) with pageLead|merge( {
            meta: meta|merge( { 
                sdgs: NULL,
                items: [ countryMeta ] 
            } )
        } ) %}
    {% else %}
        {% include get_template( 'banner', 'unit' ) with {
            icon: {
                display: {
                    component: 'banner',
                    modifiers: [ 'x-large' ]
                },
                basename: iconBasename
            },
            header: {
                supraheading: supraheading,
                heading: {
                    text: heading.text,
                    url: NULL
                },
            },
            meta: meta|merge( { 
                sdgs: NULL,
                items: [ countryMeta ] 
            } )
        } %}
    {% endif %}

    {% if venture_matches %}
        <section class='c-venture__venture_match container'>
            <div class='row l-section l-section--card'>
                <div class='col-12'>
                    {% include get_template( 'section-header', 'unit' ) with { heading: { text: 'Venture matches'|t } } %}
                    {% include get_template( 'venture-matches', 'group' ) with { 
                        heading: NULL,
                        entities: venture_matches 
                        } %}
                </div>
            <div>
        </section>
    {% elseif venture_match %}
        <section class='c-venture__venture_match container'>
            <h4>{{ 'Venture match'|t }}</h4>
            {% if venture_match.rendered %}
                {{ venture_match.rendered }}
            {% else %}
                {% include get_entity_template( 'venture-match', venture_match.display ) with venture_match %}
            {% endif %}
        </section>
    {% endif %}

    <section class='c-venture__details container'>
        <div class='row flex-row-reverse'>
            <div class='c-venture__team__wrapper col-lg-4'>
                {% if finalists %}
                    <h4>{{ 'Team'|t }}</h4>
                    {% include get_template( 'entities', 'group' ) with finalists %}
                {% endif %}
                {% if can_add_team_member %}
                    {% include get_template( 'button', 'base' ) with { text: 'Add team member'|t, url: add_team_member_url } %}
                {% endif %}
                {% if sdgs and pageLead %}
                    <h4>{{ 'Tackled SDGs'|t }}</h4>
                    {% include get_template( 'sdgs', 'unit' ) with sdgs|merge( { display: { component: 'meta' } } ) %}
                {% endif %}
            </div>
            <div class='c-venture__about col-lg-8'>
                {% if content %}
                    <div class='c-venture__about'>
                        {{ content|raw }}
                    </div>
                {% endif %}
                
                {% if videoEmbed and not pageLead %}
                    {% include get_template( 'embed', 'unit' ) with videoEmbed %}
                {% endif %}

                {% if indexCard and indexCard.socialLinks %}
                    <div class='c-{{ entityType }}__details'>
                        {% include '@unit/social-links/social-links.twig' with indexCard.socialLinks %}
                    </div>
                {% endif %}

                {% if indexCard and indexCard.adr %}
                    <div class='c-{{ entityType }}__details c-{{ entityType }}__details--private'>
                        <h4>{{ 'Contact'|t }}</h4>
                        {% include get_template( 'index-card', 'unit' ) with indexCard|merge( {
                            indexCard: {
                                socialLinks: NULL,
                            }
                        } ) %}
                    </div>
                {% endif %}

                <div class='row'>
                    {% if fields %}
                        <div class='col-lg'>
                            <div class='c-{{ entityType }}__details'>
                                {% for field in fields %}
                                    {% include get_template( 'generic-field', 'unit' ) with field %}       
                                {% endfor %}
                            </div>
                        </div>
                    {% endif %}
                </div>
            </div>
        </div>
    </section>
    {% if links or button %}
        {% include get_template( 'app-bar', 'region' ) with {
            links: links,
            button: button
        } %}
    {% endif %}
</article>

<div class='container'>
    {% include '@brand/flourishes/flourishes--leaf-deco.twig' with { display: { modifiers: [ 'hairline' ] }, count: 10 } %}

    {% if sharing %}
        {% include get_template( 'social-links', 'unit' ) with sharing %}
    {% endif %}    
    
    {% if related %}
        {% include get_template( 'ventures', 'group' ) with related %}
    {% endif %}
</div>
{
  "theme": "community",
  "entityType": "venture",
  "display": {
    "view_mode": "full"
  },
  "image": {
    "src": "/images/summit-crowd-1x1.jpg",
    "alt": "Cover journey",
    "lazy": true
  },
  "heading": {
    "text": "My Own Venture",
    "url": "#"
  },
  "content": "<p>Wir gründen eine gemeinnützige Genossenschaft - mit Beschäftigungsprojekt für Migrant*innen in Landwirtschaft, Verarbeitung und Vertrieb.</p>",
  "workflowInfo": {
    "display": {
      "component": "venture"
    },
    "items": {
      "status": {
        "label": "Published",
        "value": 1
      },
      "is_reviewed": {
        "label": "Is reviewed",
        "value": 0
      }
    }
  },
  "videoEmbed": null,
  "issues": {
    "heading": null,
    "items": [
      {
        "title": "Missing assessment",
        "description": "Your initial assessment of the venture is missing.",
        "status": "urgent",
        "links": [
          {
            "text": "Add assessment",
            "url": "#"
          }
        ]
      }
    ]
  },
  "highlight": {
    "component": "team",
    "type": "entity",
    "config": {
      "entityType": "team",
      "display": {
        "view_mode": "one-liner"
      },
      "title": "Austria",
      "websiteURL": "https://austria.socialimpactaward.net",
      "ISO2": "at"
    }
  },
  "meta": {
    "likes": {
      "count": 123,
      "text": "votes"
    },
    "venture_stage": {
      "stage": "winner",
      "text": "Jury winner"
    },
    "sdgs": {
      "items": [
        {
          "text": "Life on Land",
          "url": "#"
        }
      ]
    }
  },
  "can_add_team_member": false,
  "add_team_member_url": "#",
  "fields": {
    "sdg": {
      "rendered": "<dl class=\"c-generic-field c-generic-field--label-above c-generic-field--impact_area c-generic-field--entity_reference c-venture__generic-field\"> <dt class=\"c-generic-field__label c-generic-field--entity-reference__label c-generic-field__label c-generic-field__label--above\">SDGs</dt> <dd class=\"c-generic-field__input c-generic-field--entity_reference__input c-generic-field__input__item c-generic-field__input\">Sustainable Cities and Communities</dd> <dd class=\"c-generic-field__input c-generic-field--entity_reference__input c-generic-field__input__item c-generic-field__input\">Quality Education</dd> </dl>"
    },
    "area_of_activity": {
      "rendered": "<dl class=\"c-generic-field c-generic-field--label-above c-generic-field--area_of_activity c-generic-field--entity_reference c-venture__generic-field\"> <dt class=\"c-generic-field__label c-generic-field--entity-reference__label c-generic-field__label c-generic-field__label--above\">Geographical area of activity</dt> <dd class=\"c-generic-field__input c-generic-field--entity_reference__input c-generic-field__input__item c-generic-field__input\">Spain</dd> </dl>"
    }
  },
  "idea": {
    "rendered": "https://apply.socialimpactaward.net/austria/project/kriesenstarke-welt"
  },
  "indexCard": {
    "display": {
      "component": "venture"
    },
    "adr": {
      "locality": "Graz",
      "country-name": "Austria"
    },
    "name": "My Own Venture",
    "url": "https://www.wu.ac.at/",
    "email": "office@myown.ve",
    "socialLinks": {
      "display": {
        "component": "venture"
      },
      "items": {
        "website": {
          "url": "#"
        },
        "youtube": {
          "url": "#"
        },
        "facebook": {
          "url": "#"
        },
        "linkedin": {
          "url": "#"
        },
        "instagram": {
          "url": "#"
        },
        "twitter": {
          "url": "#"
        }
      }
    }
  },
  "finalists": {
    "display": {
      "component": "venture__team"
    },
    "collection": {
      "entityType": "finalist",
      "display": {
        "component": "venture__team",
        "view_mode": "citation"
      },
      "items": [
        {
          "entityType": "finalist",
          "indexCard": {
            "display": {
              "component": "venture__team",
              "modifiers": [
                "citation"
              ]
            },
            "headshot": {
              "src": "/images/portrait-Kate-Lee-1x1.jpg"
            },
            "kind": "Finalist",
            "name": "Kate Lee",
            "role": "Founder",
            "url": "https://kate.lee",
            "socialLinks": null
          }
        },
        {
          "entityType": "finalist",
          "indexCard": {
            "display": {
              "component": "venture__team",
              "modifiers": [
                "citation"
              ]
            },
            "headshot": {
              "src": "/images/portrait-Kate-Lee-1x1.jpg"
            },
            "name": "Kate Lee",
            "role": "Founder",
            "url": "https://kate.lee",
            "socialLinks": null
          }
        }
      ]
    }
  },
  "venture_matches": {
    "display": {
      "component": "venture"
    },
    "collection": {
      "entityType": "venture_match",
      "display": {
        "component": "section__entities",
        "view_mode": "list-item"
      },
      "items": [
        {
          "entityType": "venture_match",
          "display": {
            "view_mode": "list-item"
          },
          "heading": {
            "display": {
              "component": "venture_match",
              "modifiers": [
                "minor"
              ]
            },
            "text": "My Own Venture & Teresa Bodner",
            "url": "#"
          },
          "meta": {
            "display": {
              "component": "banner"
            },
            "items": [
              "Active since 20.08.2020"
            ]
          },
          "venture": {
            "display": {
              "view_mode": "list-item"
            },
            "heading": {
              "display": {
                "component": "venture--teaser",
                "modifiers": [
                  "minor"
                ]
              },
              "text": "My Own Venture",
              "url": "#"
            },
            "lead": null
          },
          "support_role": {
            "display": {
              "view_mode": "list-item"
            },
            "indexCard": {
              "name": "Teresa Bodner",
              "kind": "mentor",
              "url": "https://linked.in/kate.lee",
              "role": "Leitung",
              "organisation": "SUPERTRAMPS",
              "organisationUrl": "https://supertram.ps",
              "tel": "+436606493214",
              "adr": {
                "locality": "Vienna",
                "country-name": "Austria"
              }
            }
          }
        },
        {
          "entityType": "venture_match",
          "display": {
            "view_mode": "list-item"
          },
          "heading": {
            "display": {
              "component": "venture_match",
              "modifiers": [
                "minor"
              ]
            },
            "text": "My Own Venture & Rudolf Huber",
            "url": "#"
          },
          "meta": {
            "display": {
              "component": "banner"
            },
            "items": [
              "Active since 12.03.2021"
            ]
          },
          "venture": {
            "display": {
              "view_mode": "list-item"
            },
            "heading": {
              "display": {
                "component": "venture--teaser",
                "modifiers": [
                  "minor"
                ]
              },
              "text": "My Own Venture",
              "url": "#"
            },
            "lead": null
          },
          "support_role": {
            "display": {
              "view_mode": "list-item"
            },
            "indexCard": {
              "name": "Rudolf Huber",
              "kind": "mentor",
              "url": "https://linked.in/rudolf.huber",
              "role": "Business Coach",
              "organisation": "STARTUP HUB",
              "organisationUrl": "https://startup.hub",
              "tel": "+436601234567",
              "adr": {
                "locality": "Graz",
                "country-name": "Austria"
              }
            }
          }
        }
      ]
    }
  },
  "pageLead": {
    "sectionHeader": {
      "supraheading": null,
      "heading": {
        "text": "My Own Venture",
        "url": null
      }
    },
    "meta": {
      "sdgs": null
    }
  },
  "sdgs": {
    "items": [
      {
        "text": "Life on Land",
        "url": "#"
      }
    ]
  }
}