stevotvr/phpbb-groupsub

View on GitHub
adm/style/event/acp_users_mode_add.html

Summary

Maintainability
Test Coverage
{% if GROUPSUB_USER_ID %}
    {% if S_ADD_SUB or S_EDIT_SUB %}

        {% if ERROR_MESSAGE %}
<div class="errorbox">
    <h3>{{ lang('WARNING') }}</h3>
    <p>{{ ERROR_MESSAGE }}</p>
</div>
        {% endif %}

    {% include '@stevotvr_groupsub/subscription_form.html' %}

    {% else %}

    {% include '@stevotvr_groupsub/subscription_list.html' %}

    {% endif %}
{% endif %}