<!-- Error rendering component -->
<!-- TwigException: Unable to parse '=> "data-#{k}=#{v}")|join(' ') ~ ' ' : ''' at template position71 -->
<!-- Error: TwigException: Unable to parse '=> "data-#{k}=#{v}")|join(' ') ~ ' ' : ''' at template position71
    at /builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:156:24
    at new Promise (<anonymous>)
    at TwigAdapter.render (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:134:16)
    at ComponentSource._renderVariant (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/fractal/src/api/components/source.js:212:30)
    at _renderVariant.next (<anonymous>)
    at onFulfilled (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/co/index.js:65:19) -->
{# @var member_watched_matches ThemeViews\Organisms\memberWatchedMatches\MemberWatchedMatchesViewModel #}
{% extends '@atoms/section/section.twig' %}
{% set className = "member-watched-matches" %}
{% set totalMatches = member_watched_matches.total_matches %}
{% set hidden = totalMatches == 0 %}
{% block content %}
    {% include '@atoms/headline/headline.twig' with {
        headline: totalMatches == 1 ?
        t('Hat :n Spiel gesehen', {n: totalMatches}) :
        t('Hat :n Spiele gesehen', {n: totalMatches}),
        type: 'h3'
    } %}
    <div
            class="match-teaser-list"
            data-vue="member-watched-matches"
            data-initial-matches='{{ member_watched_matches.matches|json_encode }}'
            data-match-years='{{ member_watched_matches.match_years|json_encode }}'
            data-member="{{ member_watched_matches.model.slug }}"
            {% if member_watched_matches.has_more == true %}
                data-has-more-initial="{{ member_watched_matches.has_more }}"
            {% endif %}
    ></div>
{% endblock %}
/* No context defined. */
  • Handle: @member_watched_matches
  • Preview:
  • Filesystem Path: resources/Views/Organisms/memberWatchedMatches/member_watched_matches.twig

Member watched matches

{% include '@organisms/member_watched_matches/member_watched_matches.twig' with {

    } only %}

ACF

Fields