{lang="security_recommendations"}
{{if !empty( $content )}}
{{foreach $content as $key => $data}}
{lang="$data['risk']"}
{lang="$data['title']"}
{{if $data['description']}}
{lang="$data['description']"}
{{endif}} {{if isset( $data['button'] )}}
{$data['button']['title']}
{{endif}}
{{endforeach}} {{else}}
{lang="security_no_recommendations"}
{{endif}}