{{ form.first_name.help_text }}
{% if form.first_name.errors %}{{ form.last_name.help_text }}
{% if form.last_name.errors %}{{ form.company_name.help_text|safe }}
{% if form.company_name.errors %}{{ form.username.help_text }}
{% if form.username.errors %}{{ form.password1.help_text }}
{% if form.password1.errors %}{{ form.password2.help_text }}
{% if form.password2.errors %}Already have an account? Click here to login.