{% if known %}

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

{% else %}

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

{% endif %}

{{ _('Please visit the ') }}{{ _('Postgres Enterprise Manager') }}{{ _(' to see the supported browsers.') }}