{% if known %}

{{ _('Your browser was detected as {0} version {1}, which is either deprecated or not supported by pgAdmin 4.').format(browser, version) }}

{% else %}

{{ _('Your browser was detected as {0} version {1}, which pgAdmin has not been tested with. pgAdmin may not work as expected, and any issues reported when using this browser may not be fixed.').format(browser, version) }}

{% endif %}

{{ _('Please visit the FAQ to see the supported browsers.') }}