';
if (!empty($context['post_errors']))
{
echo '
';
foreach ($context['post_errors'] as $key => $error)
echo '
- ', $error, '
';
echo '
';
}
else
echo '
';
echo '
';
echo '
', $txt['report_to_mod_func'], '
';
if ($context['user']['is_guest'])
{
echo '
-
:
-
';
}
echo '
-
:
-
';
if ($context['require_verification'])
{
echo '
-
', $txt['verification'], ':
-
', template_control_verification($context['visual_verification_id'], 'all'), '
';
}
echo '