Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

#set($comm = $action.getUserCommunication())
<div>
    <span>Created : $comm.get("time")</span><br/>
    <span>Comm Type. : #if($comm.get("commtype")) $comm.get("commtype") #end</span><br/>
    <span>Subject : #if($comm.get("subject")) $comm.get("subject") #end</span><br/>
    <span>Message : #if($comm.get("message")) $comm.get("message") #end</span><br/>
    <span>Order Id : #if($comm.get("orderid")) $comm.get("orderid") #end</span><br/>
    <span>Product Name : #if($comm.get("productname")) $comm.get("productname") #end</span><br/>
    <span>Airway Bill No. : #if($comm.get("airwaybillno")) $comm.get("airwaybillno") #end</span><br/>
</div>