Когда я выполняю свой HTML-код, он выдает мне следующую ошибку:
Could not parse the remainder: '{{' from '{{'
Я тоже пытался вложить условия, но я абсолютный новичок в HTML, поэтому я хотел получить эту версию нанаименее правильный, но он не работает ...
{% block content %}
<p align="justify"> So far you donated {{ donated_trees }} Tree(s). </p>
{% if treatmentgroup == 'two' or treatmentgroup == 'three' %}
Your current position is {{ player.end_position }} of {{ anzahlspieler }} for the most donated trees.
{% endif %}
{% if treatmentgroup == 'two' or treatmentgroup == 'three' and {{ player.rival }} == 0 %}
<P> No other player has the same.</P>
{% endif %}
{% if treatmentgroup == 'two' or treatmentgroup == 'three' and {{ player.rival }} == 1 %}
<P> One other player has the same.</P>
{% endif %}
{% if treatmentgroup == 'two' or treatmentgroup == 'three' and {{ player.rival }} > 1 %}
<P> {{ player.rival }} other players have the same.</P>
{% endif %}
Ошибка возникает из строки 8 вкл.