View file phpBB3/adm/style/captcha_recaptcha_v3.html

File size: 337B
{% if S_RECAPTCHA_AVAILABLE %}
	<dl>
		<dt>&nbsp;</dt>
		<dd>
			<noscript>
				<div class="warningbox">{{ lang('RECAPTCHA_NOSCRIPT') }}</div>
			</noscript>

			{{ lang('RECAPTCHA_INVISIBLE') }}
			<script src="{{ U_RECAPTCHA_SCRIPT }}" async defer></script>
		</dd>
	</dl>
{% else %}
	{{ lang('RECAPTCHA_NOT_AVAILABLE') }}
{% endif %}