Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunga001 committed Feb 18, 2024
1 parent 29c6772 commit 83dc06a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bika/aquaculture/reports/AquaCultureMulti.pt
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
</tr>
<tr class="text-center">
<tal:header tal:condition="python: not repeat['model'].start">
<th class="nobold" colspan="6"></th>
<th class="nobold noborder" colspan="6"></th>
</tal:header>
<tal:header tal:condition="python: repeat['model'].start">
<th class="nobold" tal:content="model/id"></th>
Expand All @@ -389,20 +389,20 @@
<tbody class="text-center">
<tal:analyses repeat="page pages">
<tr tal:condition="python: not repeat['page'].start">
<th class="nobold" colspan="6"></th>
<th class="nobold noborder" colspan="6"></th>
<tal:analysis repeat="analysis page">
<th class="nobold" tal:content="analysis/ShortTitle"/>
</tal:analysis>
</tr>
<tr tal:condition="python: not repeat['page'].start">
<th class="nobold" colspan="6"></th>
<th class="nobold noborder" colspan="6"></th>
<tal:analysis repeat="analysis page">
<th class="font-weight-normal"
tal:content="structure python:model.get_formatted_result(analysis)"/>
</tal:analysis>
</tr>
<tr tal:condition="python: repeat['page'].end and len(pages)>1">
<th class="nobold" colspan="6"></th>
<th class="nobold noborder" colspan="6"></th>
</tr>
<tr tal:condition="python: repeat['page'].end and len(pages)>1">
<th class="nobold noborder" colspan="6"></th>
Expand Down

0 comments on commit 83dc06a

Please sign in to comment.