Coupon Code On Promotion List Page

Is it possible to display coupon code (promotion condition) on customer promotion list page (only for cart promotion)?

Ok, if someone needs something similar.

fast solution is:

change in app/controllers/frontend/promotions.php

line 25 as follows:

'zone' => 'cart',

And in

...views/promotions/list.tpl

add for example

{$promotion.conditions_hash|regex_replace:"/;.+/":""|substr:12}

n/a