I want to create an invoice template with this models:
class Invoice(db.Model): id = db.Column(db.Integer, primary_key=True) ref_number = db.Column(db.Integer