{{foreach $elements as $collection}} {{foreach $collection as $input}} {{foreach $input->options['options'] as $longVersion => $humanVersion}}
{{foreach $hiddenValues as $k => $v}} {{if is_array($v)}} {{foreach $v as $_k => $_v}} {{endforeach}} {{else}} {{endif}} {{endforeach}}

{lang="dashboard_version_info" sprintf="$humanVersion"}

{{if $input->options['_details'][ $longVersion ]['security']}}

{lang="this_is_a_security_update"}

{{endif}} {{if $input->options['_details'][ $longVersion ]['releasenotes']}}
{$input->options['_details'][ $longVersion ]['releasenotes']|raw}
{{endif}}
{{if $input->options['_details'][ $longVersion ]['updateurl']}} {lang="dashboard_version_moreinfo"} {{endif}}
{{endforeach}} {{endforeach}} {{endforeach}}