<!-- 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 match_participation_bar ThemeViews\Organisms\matchParticipationBar\MatchParticipationBarViewModel #}
{% extends '@atoms/section/section.twig' %}
{% set className = "match-participation-bar" %}
{% set hidden = match_participation_bar.view_model.finished != true %}
{% block content %}
    <div
        class="match-participation-bar-vue"
        data-status-route="{{ match_participation_bar.userStatusRoute }}"
        data-watch-route="{{ match_participation_bar.watchRoute }}"
        data-confirm-route="{{ match_participation_bar.confirmRoute }}">
    </div>
{% endblock %}
/* No context defined. */
  • Handle: @match_participation_bar
  • Preview:
  • Filesystem Path: resources/Views/Organisms/matchParticipationBar/match_participation_bar.twig

Match participation bar

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

    } only %}

ACF

Fields