diff options
Diffstat (limited to 'python/Dawn/templates/cds_blotter.html')
| -rw-r--r-- | python/Dawn/templates/cds_blotter.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Dawn/templates/cds_blotter.html b/python/Dawn/templates/cds_blotter.html index 72470fed..66ddd29c 100644 --- a/python/Dawn/templates/cds_blotter.html +++ b/python/Dawn/templates/cds_blotter.html @@ -28,8 +28,8 @@ <td>{{"{0:,.2f}".format(trade.notional)}}</td> <td style="text-align:right">{{"{0:,.2f}".format(trade.upfront) if trade.upfront else "-"}}</td> <td style="text-align:right">{{"{0:,.4f}".format(trade.ref) if trade.ref else "-"}}</td> - <td>{{trade.orig_attach if trade.attach is not none}}</td> - <td>{{trade.orig_detach if trade.detach is not none}}</td> + <td>{{trade.orig_attach or ""}}</td> + <td>{{trade.orig_detach or ""}}</td> <td><a href="{{url_for('edit_counterparty', cpcode=trade.cp_code)}}">{{trade.name}}</a></td> <td>{{trade.trade_type}}</td> |
