Comment 1 for bug 1772614

Revision history for this message
Eva Cerninakova (ece) wrote : Re: Not translatable strings in the print template t_bills_current.tt2 not have not been marked for translation

I am sorry, I have pasted wrong code.

The original code from line 12 to 17 should be replaced by the following:

[% l('Welcome to [_1]', '{{current_location.name}}') %]
[% l('You have the following bills:') %]
<hr/>
<dl>
  <div ng-repeat="xact in transactions">
    <dt><b>[% l('Bill #') %]{{xact.id}}</b></dt>