diff options
Diffstat (limited to 'python/Dawn/templates/swaption_blotter.html')
| -rw-r--r-- | python/Dawn/templates/swaption_blotter.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Dawn/templates/swaption_blotter.html b/python/Dawn/templates/swaption_blotter.html index c0787137..c22539bd 100644 --- a/python/Dawn/templates/swaption_blotter.html +++ b/python/Dawn/templates/swaption_blotter.html @@ -17,6 +17,7 @@ <td>Counterparty</td> <td>Trade Type</td> <td>Strategy</td> + <td>Termination</td> </tr> </thead> {% for trade in trades %} @@ -36,6 +37,7 @@ cpcode=trade.cp_code)}}">{{trade.name}}</a></td> <td>{{trade.trade_type}}</td> <td>{{trade.folder}}</td> + <td>{% if trade.trade_type == "New" %}<a href="{{url_for('terminate', dealid=trade.dealid, kind='swaption')}}">x</a>{% endif %}</td> </tr> {% endfor %} </table> |
