So I am an avid user of both ModelForms and the {{form.as_table}} template tag. This lets me have a generic form template that I can reuse without knowing my specific fields. Now I'd like to print that same model out exactly like I did for the form, but without the form fields. I have never come across a good way to do this. Anyone know of one? So I am an avid user of both ModelForms and the