{% extends "base.html" %} {% from 'components/ui.html' import page_header %} {% block title %}{{ _('Create Client') }} - {{ app_name }}{% endblock %} {% block content %} {% set actions %} {{ _('Back to Clients') }} {% endset %} {{ page_header('fas fa-users', _('Create Client'), subtitle_text=_('Add a new client to manage related projects and billing.'), actions_html=actions, breadcrumbs=[{'text': _('Clients'), 'url': url_for('clients.list_clients')}, {'text': _('Create Client')}]) }}
{{ _('Choose a clear, descriptive name for the client organization.') }}
{{ _('Set the standard hourly rate for this client. This will automatically populate when creating new projects.') }}
{{ _('Add contact details for easy communication and record keeping.') }}
{{ _('Configure monthly included hours and the reset day if this client has a retainer or prepaid bundle.') }}
{{ _('Provide context about the client relationship or typical project types.') }}