Which function of Django's Form class will render a form's fields as a series of
tags?
show_fields()
fields()
as_p()
as_table()