{% extends "account/base.html" %} {% load static i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "BuildBlock | Set Password" %}{% endblock %} {% block content %}

{% trans "Set password" %}

{% csrf_token %} {{ form|crispy }}
{% endblock content %}