{% include 'overall_header.html' %} {% INCLUDEJS '@phpbb_skeleton/editor.js' %}

{{ lang('PHPBB_SKELETON_EXT') }}

{% if ERROR %}

{{ ERROR }}

{% endif %}

{{ lang('SKELETON_TITLE_EXTENSION_INFO') }}

{% for extension in loops.extension %}
{% if extension.DESC_EXPLAIN %}
{{ extension.DESC_EXPLAIN }}{% endif %}
{% endfor %}

{{ lang('SKELETON_TITLE_AUTHOR_INFO') }}

{% for author in loops.author %}
{% if author.DESC_EXPLAIN %}
{{ author.DESC_EXPLAIN }}{% endif %}
{% if loop.index is divisible by(4) and not loop.last %}

{% endif %} {% endfor %}

{{ lang('SKELETON_TITLE_REQUIREMENT_INFO') }}

{% for requirement in loops.requirement %}
{% if requirement.DESC_EXPLAIN %}
{{ requirement.DESC_EXPLAIN }}{% endif %}
{% endfor %}

{{ lang('SKELETON_TITLE_COMPONENT_INFO') }}

{% for component in loops.component %}
{% endfor %}
{{ lang('MARK_ALL') }} :: {{ lang('UNMARK_ALL') }}
{{ S_HIDDEN_FIELDS }}
{% include 'overall_footer.html' %}