{# * * 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 = 'toggle') -%} {% if type == 'toggle' || type == 'checkbox' -%} {%- elseif type == 'radio' -%} {%- endif %} {%- 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 %}