## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%page args="strings, langs, rtl=False, lang='en', langOverride=False, answer=0, qrcode=0, **kwargs"/>
% if answer:

${_(strings.BRIDGES[0])}

## See http://docs.makotemplates.org/en/latest/filtering.html % for bridgeline in answer: ${bridgeline | h,trim}
% endfor
% if qrcode:   ${_("""Show QRCode""")} % endif

${_(strings.HOWTO_TBB[0])}


${_(strings.HOWTO_TBB[1]) % \ ("""""", """""", """""", """""", """""", """""")}

% else:


${_("""BridgeDB encountered an error.""")}

${_("""There currently aren't any bridges available...""")} % if langOverride: ${_(""" Perhaps you should try %s going back %s and choosing a""" \ """ different bridge type!""") % \ ("""""", """""")} % else: ${_(""" Perhaps you should try %s going back %s and choosing a""" \ """ different bridge type!""") % \ ("""""", """""")} % endif


% endif