+ {% if post.post_type == "text" %}
+ {% autoescape false %}
+ {{ post.post_text }}
+ {% endautoescape %}
+ {% elif post.post_type == "dice" %}
+
{{ post.post_text }} - {% if post.id == quest.open_post_id %}Open{% else %}Closed{% endif %}
+ {# for dice_roll in dice_rolls.get(post.id, []) %}
+
+ Rolled {{ dice_roll[4] }} = {{ dice_roll[5] }} ({{ dice_roll[3] }}){% if post.id|dice_chal != 0 %} - {% if dice_roll[5] >= post.id|dice_chal %}Pass{% else %}Fail{% endif %}{% endif %}
+
+ {% endfor #}
+
{{ post.post_test }} - {% if post.id == quest.open_post_id %}Open{% else %}Closed{% endif %}
+
+ {# if post.id == quest.open_post_id and post.id|is_write_in %}
+
+ Write-in:
+
+
+ {% endif #}
+ {% endif %}
+