I would like to create an invoice template with wtforms
that is my model:
class Invoice(db.Model): id = db.Column(db.Integer, primary_key=True) ref_num