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