phpbb/phpBB/styles/all/template/macros/forms/radio_buttons.twig
2024-05-25 11:57:37 +07:00

3 lines
102 B
Twig

{% for button in BUTTONS %}
<label>{{ FormsInput(button) ~ ' ' ~ button.label }}</label>
{% endfor %}