{# * * Extension Manager Plus. An extension for the phpBB Forum Software package. * * @copyright (c) 2022, LukeWCS, https://www.wcsaga.org * @license GNU General Public License, version 2 (GPL-2.0-only) * #} {% macro notes(notes) %} {% if notes|length %}
{% for note in notes %}

{{ note }}

{% endfor %}
{% endif %} {% endmacro %} {% macro icon(classes, decorative = true) -%} {%- endmacro %} {% macro footer(metadata) %}

{{ metadata.EXT_NAME }} {{ metadata.EXT_VER }} © LukeWCS
{{ metadata.LANG_DESC|e('html') }} {{ metadata.LANG_VER|e('html') }} • {{ metadata.LANG_AUTHOR|e('html') }}

{% endmacro %}