No invoices have been created
          
          
            
              
                | Billing Date/Time | Amount Due | Status |  | 
                  | {{ invoice.date * 1000 | date:'medium' }} | {{ invoice.amount_due / 100 }} | Paid - Thank you!
                      Payment failed
                      Payment failed - Will retry soon
                      Payment pending |  | 
                
                  | 
                      Billing Period
                        {{ invoice.period_start * 1000 | date:'mediumDate' }} -
                        {{ invoice.period_end * 1000 | date:'mediumDate' }}
                      Plan
                        {{ plan_map[invoice.plan].title }}
                       |