{% load i18n bootstrap %}
{% csrf_token %} {{ form.email | bootstrap }} {% if instance.fullname_show %} {{ form.first_name | bootstrap }} {{ form.last_name | bootstrap }} {% endif %}