{#
*
* Recent Topics NG. An extension for the phpBB Forum Software package.
*
* @copyright (c) 2022, IMC, https://github.com/IMC-GER / LukeWCS, https://github.com/LukeWCS
* @copyright (c) 2017, Sajaki, https://www.avathar.be
* @copyright (c) 2015, PayBas
* @license GNU General Public License, version 2 (GPL-2.0-only)
*
* Based on the original NV Recent Topics by Joas Schilling (nickvergessen)
#}
{% macro switch(name, checked = false, type = null) -%}
{% set type = type ?? (TOGGLECTRL_TYPE in ['toggle', 'checkbox', 'radio'] ? TOGGLECTRL_TYPE : 'toggle') -%}
{% if type in ['toggle', 'checkbox'] -%}
{%- elseif type == 'radio' -%}
{%- endif %}
{#- v1.3.1 #}
{%- endmacro %}
{% macro select(name, options, multiple = null, size = null) -%}
{%- endmacro %}
{% macro number(name, value, min = null, max = null, step = null, placeholder = null) -%}
{%- endmacro %}
{% macro text(name, value, size = null, placeholder = null, pattern = null) -%}
{%- endmacro %}