Account
{% if errors.get('username') %}
{{ errors.username }}
{% endif %}
{% if errors.get('email') %}
{{ errors.email }}
{% endif %}
{% if errors.get('password') %}
{{ errors.password }}
{% endif %}
{% if errors.get('confirm_password') %}
{{ errors.confirm_password }}
{% endif %}