Django Forms framework is excellent and renders the entire form by just the following.
{{ form.as_p }}
For a registration form, it converts
Here's a similar question: Add class to Django label_tag() output . I'm not sure if the chosen answer to that one will fit your needs or not.