Changeset e1086bd for remit/remit_templates/finance_core/reporting.html
- Timestamp:
- Jun 1, 2010, 3:56:17 AM (15 years ago)
- Branches:
- master, client
- Children:
- 0671644
- Parents:
- 5e6ab71
- git-author:
- Alex Dehnert <adehnert@…> (05/31/10 21:36:13)
- git-committer:
- Alex Dehnert <adehnert@…> (06/01/10 03:56:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/finance_core/reporting.html
rd1692e8 re1086bd 67 67 <th>{{label}}</th> 68 68 {% for cell in row %} 69 <td>{% if cell %}<strong >{% endif %}${{cell}}{% if cell %}</strong>{% endif %}</td>69 <td>{% if cell %}<strong class='{{cell|sign}}'>{% endif %}${{cell}}{% if cell %}</strong>{% endif %}</td> 70 70 {% endfor %} 71 71 </tr>
Note: See TracChangeset
for help on using the changeset viewer.