{% extends "base.html" %} {% block content %}
{{ 'Update the details for %s.'|format(user.username) if user else 'Create a new user account.' }}