## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%page args="strings, rtl=False, lang='en', 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]) % \ ("""""", """""")} ${_(strings.HOWTO_TBB[2])}


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

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

% else:


## TRANSLATORS: Please translate this into some silly way to say ## "There was a problem!" in your language. For example, ## for Italian, you might translate this into "Mama mia!", ## or for French: "Sacrebleu!". :) ${_("""Uh oh, spaghettios!""")}

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


% endif