{% if S_DICE_ENABLED and (S_ROLL_ADD or S_ROLL_DELETE or S_ROLL_EDIT) %} {% if S_DICE_REVIEW %} {% INCLUDECSS '@phpbbstudio_dice/dice_display.css' %} {% INCLUDEJS '@phpbbstudio_dice/js/dice_display.js' %} {% endif %} {% INCLUDEJS '@phpbbstudio_dice/js/dice.js' %} {% INCLUDECSS '@phpbbstudio_dice/dice.css' %}

{{ lang('DICE_ROLLS_EXPLAIN') }}

{% if S_ROLL_ADD %}
{# The dice roll indicator that indicated if a roll has been added - HIDDEN #}
{% endif %}
{# Dice roll table row template, copied and then deleted by dice.js #} {% for roll in dice_rolls %} {% endfor %}
{{ lang('DICE_ROLL_ID') }} {{ lang('DICE_ROLL_NOTATION') }} {{ lang('DICE_ROLL_TIME') }} {{ lang('DICE_ROLL_ACTIONS') }}
{% if S_ROLL_EDIT %} {{ lang('DICE_ROLL_EDIT') }} {% endif %} {% if S_ROLL_DELETE %} {{ lang('DICE_ROLL_DELETE') }} {% endif %}
{{ roll.ROLL_ID }} {{ roll.ROLL_NOTATION }} {{ roll.ROLL_TIME }} {% if S_ROLL_EDIT %} {{ lang('DICE_ROLL_EDIT') }} {% endif %} {% if S_ROLL_DELETE %} {{ lang('DICE_ROLL_DELETE') }} {% endif %}
{% endif %}