{% extends 'base.html.twig' %} {% block title %}{{ company.name }} | JI:O{% endblock %} {% block header %}{% endblock %} {% block main_class %}profile-screen stitch-page{% endblock %} {% block stylesheets %} {% endblock %} {% block javascripts %} {% endblock %} {% block body %} {% set profileName = company.name %} {% set profileTagline = company.category ? company.category.name : 'Unternehmen' %} {% set heroVideo = companyVideos|first ?: communityVideos|first %} {% set totalVideos = companyVideos|length + communityVideos|length %}
{% if profileUser.avatarPath %} {{ profileName }} {% elseif company.heroImagePath %} {{ profileName }} {% else %}
{{ profileName|slice(0,1)|upper }}
{% endif %}
{% if providerRatingAggregate %}
star {{ providerRatingAggregate.avg|number_format(1, ',', '') }}
{% endif %}

{{ profileName }} {% if providerRatingAggregate and providerRatingAggregate.avg >= 4 and providerRatingAggregate.count >= 3 %} verified Top Rated {% endif %}

{{ profileTagline }}

{{ totalVideos }} Videos
{% if providerRatingAggregate %}{{ providerRatingAggregate.avg|number_format(1, ',', '') }}{% else %}—{% endif %} Bewertung{% if providerRatingAggregate %} ({{ providerRatingAggregate.count }}){% endif %}
{{ likesCount }} Likes
{{ favoritesCount|default(0) }} Favoriten
{% if isOwner %} {% endif %}
{% if isOwner %} Bearbeiten {% endif %} {% if canFavorite|default(false) %} {% endif %}

Profilangaben

Kategorie

{{ company.category ? company.category.name : 'Nicht gesetzt' }}

Stadt

{{ company.city ?: 'Nicht gesetzt' }}

Telefon

{{ company.phone ?: 'Nicht gesetzt' }}

Instagram

{{ company.instagram ?: 'Nicht gesetzt' }}

Website

{{ company.website ?: 'Nicht gesetzt' }}

Adresse

{{ company.address ?: 'Nicht gesetzt' }}

{% if profileIntroVideo is defined and profileIntroVideo %}

Profilvideo

{% if profileIntroVideo.moderationStatus == 'approved' and profileIntroVideo.playbackUrl %}
{% elseif profileIntroVideo.moderationStatus == 'pending' %}

Profilvideo wird geprueft

Sobald das Team freigibt, erscheint es hier. Dein Account ist weiterhin aktiv.

{% endif %}
{% endif %}

Unternehmensvideos

{{ companyVideos|length }} Clip{% if companyVideos|length != 1 %}s{% endif %}
{% set heroCompany = companyVideos|first %} {% if heroCompany and heroCompany.thumbnailUrl %} {{ heroCompany.title }} {% elseif heroCompany and heroCompany.playbackUrl %} {% else %}
Noch keine eigenen Unternehmensclips
{% endif %} {% if heroCompany %}
play_arrow
{{ heroCompany.title }}
{% endif %}
{% for video in companyVideos|slice(1, 3) %}
{% if video.thumbnailUrl %} {{ video.title }} {% elseif video.playbackUrl %} {% else %}
{% endif %}
{% endfor %}
+{{ (companyVideos|length - 4) > 0 ? (companyVideos|length - 4) : 0 }}

User uploaded Videos

{{ communityVideos|length }} Clip{% if communityVideos|length != 1 %}s{% endif %}

About {{ profileName }}

{{ company.description ?: 'Professionelles Unternehmen mit Fokus auf hochwertige Dienstleistungen und starke Community-Praesenz.' }}

{% if canFavorite|default(false) %} {% endif %} {% endblock %}