{# 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 %}{{ roll.ROLL }}{% else %}{{ roll.ROLL }}{% endif %}
{% endfor %} ] {{ dice.ADDITIONS }} {% endfor %} = {{ TOTAL }}