{# * * 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) * * Note: This extension is 100% genuine handcraft and consists of selected * natural raw materials. There was no AI involved in making it. * #} {% macro notes(notes) %} {% if notes|length %}
{% for note in notes %}

{{ note }}

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

{{ metadata.ext_name }} {{ metadata.ext_ver }} © {{ metadata.ext_copyright }} {% if metadata.lang_ver is defined %}
{{ metadata.lang_desc|e('html') }} {{ metadata.lang_ver|e('html') }} © {{ metadata.lang_author|e('html') }} {% endif %}

{% endmacro %}