{# The dice roll template that is used as a replacement in a post for display #}
{{ OUTPUT }} {{ NOTATION }}{{ lang('COLON') }}
{% for dice in DISPLAY %}
{% if not loop.first %}{{ dice.OPERATOR }}{% endif %}
[
{% for roll in dice.ROLLS %}
{% if roll.IMAGE %}{% else %}{{ roll.ROLL }}{% endif %}