{% include 'overall_header.html' %} {% INCLUDECSS '@phpbbstudio_aps/css/aps_common.css' %} {% INCLUDECSS '@phpbbstudio_aps/css/aps_form.css' %}

{{ APS_TITLE }}

{{ lang('ACP_APS_POINTS_EXPLAIN', aps_name()) }}

{% if S_ERRORS %}

{{ ERROR_MSG }}

{% endif %} {% if S_APS_ACTION in ['add', 'edit'] %} {% if S_APS_REASONS %}
{% endif %} {% else %} {% if S_APS_REASONS %} {% for reason in aps_reasons %} {% else %} {% endfor %}
{{ aps_name() }} {{ lang('REASON') }} {{ lang('ACTIONS') }}
{{ aps_format(reason.POINTS) }} {{ reason.TITLE }}
{{ reason.DESC }}
{{ ICON_MOVE_UP }} {{ ICON_MOVE_DOWN }} {{ ICON_EDIT }} {{ ICON_DELETE }}
{{ lang('ACP_NO_ITEMS') }}

{{ lang('ADD') }}
{% endif %} {% if S_APS_POINTS %} {{ aps_name() }} {% include '@phpbbstudio_aps/aps_points_list.html' %} {% endif %} {% endif %}
{{ lang('ACP_SUBMIT_CHANGES') }}

  {{ S_FORM_TOKEN }}

{% include 'overall_footer.html' %}