{# viewer_pronostic: array|null — pred_home, pred_away, points, score_inverted, prise_risque, coefficient #} {% if viewer_pronostic %}
Mon prono {{ viewer_pronostic.pred_home }} - {{ viewer_pronostic.pred_away }} {% if viewer_pronostic.score_inverted|default(false) %} {% else %} {% endif %} {{ viewer_pronostic.points|number_format(0, ',', ' ') }} pts {% if viewer_pronostic.prise_risque|default(false) %} {{ bigballs_term('badge') }} {% endif %}
{% endif %}