{% extends "base.html" %} {% block title %}{{ _('Edit Client') }} - {{ app_name }}{% endblock %} {% block content %}
{{ client.name }}
{{ _('Send an email to %(email)s with a link to set their portal password.', email=client.email) }}
{{ _('Email address is required to send password setup email. Please set the client email address above.') }}