|  | 
| 10 | 10 |           <div class="ui padded segment"> | 
| 11 | 11 |             <div class="ui list"> | 
| 12 | 12 |               <div class="item"> | 
| 13 |  | -                <strong>{{t 'From'}}:</strong> {{this.model.user.billingContactName}} | 
|  | 13 | +                <strong>{{t 'From'}}:</strong> {{model.user.billingContactName}} | 
| 14 | 14 |               </div> | 
| 15 | 15 |               <div class="item"> | 
| 16 |  | -                <strong>{{t 'Phone'}}:</strong> {{this.model.user.billingPhone}} | 
|  | 16 | +                <strong>{{t 'Phone'}}:</strong> {{model.user.billingPhone}} | 
| 17 | 17 |               </div> | 
| 18 | 18 |               <div class="item"> | 
| 19 |  | -                <strong>{{t 'Email'}}:</strong> {{this.model.user.email}} | 
|  | 19 | +                <strong>{{t 'Email'}}:</strong> {{model.user.email}} | 
| 20 | 20 |               </div> | 
| 21 | 21 |               <div class="item"> | 
| 22 |  | -                <strong>{{t 'Billing Address'}}:</strong> {{this.model.user.billingAddress}} | 
|  | 22 | +                <strong>{{t 'Billing Address'}}:</strong> {{model.user.billingAddress}} | 
| 23 | 23 |               </div> | 
| 24 | 24 |               <div class="item"> | 
| 25 |  | -                <strong>{{t 'Zip Code'}}:</strong> {{this.model.user.billingZipCode}} | 
|  | 25 | +                <strong>{{t 'Zip Code'}}:</strong> {{model.user.billingZipCode}} | 
| 26 | 26 |               </div> | 
| 27 | 27 |               <div class="item"> | 
| 28 |  | -                <strong>{{t 'Country'}}:</strong> {{this.model.user.billingCountry}} | 
|  | 28 | +                <strong>{{t 'Country'}}:</strong> {{model.user.billingCountry}} | 
| 29 | 29 |               </div> | 
| 30 | 30 |             </div> | 
| 31 | 31 |           </div> | 
|  | 
| 52 | 52 |             </div> | 
| 53 | 53 |           </div> | 
| 54 | 54 |         </div> | 
| 55 |  | -      </div> | 
| 56 |  | -    </div> | 
| 57 |  | -    <div class="row"> | 
| 58 |  | -      <div class="sixteen wide column"> | 
| 59 |  | -        {{tables/default  columns=columns | 
| 60 |  | -                        rows=rows | 
| 61 |  | -                        currentPage=page | 
| 62 |  | -                        pageSize=per_page | 
| 63 |  | -                        searchQuery=search | 
| 64 |  | -                        sortBy=sort_by | 
| 65 |  | -                        sortDir=sort_dir | 
| 66 |  | -                        metaData=model.data.meta | 
| 67 |  | -                        filterOptions=filterOptions | 
| 68 |  | -                        widthConstraint="eq-container" | 
| 69 |  | -                        resizeMode="fluid" | 
| 70 |  | -                        fillMode="equal-column" | 
| 71 |  | -        }} | 
| 72 |  | -      </div> | 
| 73 |  | -      <div class="mobile hidden sixteen wide column"> | 
| 74 |  | -        {{orders/event-info data=model.order showBanner=false}} | 
|  | 55 | +        <div class="ui segments"> | 
|  | 56 | +          <div class="ui secondary segment"> | 
|  | 57 | +            <h3 class="weight-400">{{t 'Invoice Details'}}</h3> | 
|  | 58 | +          </div> | 
|  | 59 | +          <div class="ui padded segment"> | 
|  | 60 | +            <div class="ui list"> | 
|  | 61 | +              <div class="item"> | 
|  | 62 | +                <strong>{{t 'Event Name'}}:</strong> {{model.data.event.name}} | 
|  | 63 | +              </div> | 
|  | 64 | +              <div class="item"> | 
|  | 65 | +                <strong>{{t 'Date Issued'}}:</strong> {{moment-format model.data.createdAt 'MM/DD/YYYY'}}  | 
|  | 66 | +              </div> | 
|  | 67 | +              <div class="item"> | 
|  | 68 | +                <strong>{{t 'Total Invoice Amount'}}:</strong> {{format-number model.data.amount}} | 
|  | 69 | +              </div> | 
|  | 70 | +            </div> | 
|  | 71 | +          </div> | 
|  | 72 | +        </div> | 
|  | 73 | +        <button class="ui primary button" href="#">{{t 'Pay Now' }}</button> | 
| 75 | 74 |       </div> | 
| 76 | 75 |     </div> | 
| 77 | 76 |   </div> | 
|  | 
0 commit comments