{{foreach $hiddenValues as $k => $v}}
{{endforeach}}
{{if $uploadField}}
{{endif}}
{lang="club_rules"}
{lang="clubs_rules_accept_msg"}
{$club->rules|raw}
{{foreach $elements as $collection}}
{{foreach $collection as $input}}
{{if $input instanceof \IPS\Helpers\Form\Editor}}
{$input->html()|raw}
{{if $input->error}}
{lang="$input->error"}
{{endif}}
{{endif}}
{{endforeach}}
{{endforeach}}