{% extends "base.html" %} {% block title %}{{ _('Create Client') }} - {{ app_name }}{% endblock %} {% block content %}

{{ _('Create Client') }}

{{ _('Add a new client to manage related projects and billing.') }}

{{ _('Back to Clients') }}

{{ _('This rate will be automatically filled when creating projects for this client') }}

{{ _('Supports Markdown') }}

{{ _('Leave empty if this client has no prepaid allocation.') }}

{{ _('Day of the month when prepaid hours reset (1-28).') }}

{% if custom_field_definitions %}

{{ _('Custom Fields') }}

{{ _('These custom fields are defined globally and available for all clients.') }}

{% for definition in custom_field_definitions %}
{% if definition.description %}

{{ definition.description }}

{% endif %}
{% endfor %}
{% endif %}
{{ _('Cancel') }}

{{ _('Help') }}

  • {{ _('Client Name') }}

    {{ _('Choose a clear, descriptive name for the client organization.') }}

  • {{ _('Default Hourly Rate') }}

    {{ _('Set the standard hourly rate for this client. This will automatically populate when creating new projects.') }}

  • {{ _('Contact Information') }}

    {{ _('Add contact details for easy communication and record keeping.') }}

  • {{ _('Prepaid Hours') }}

    {{ _('Configure monthly included hours and the reset day if this client has a retainer or prepaid bundle.') }}

  • {{ _('Description') }}

    {{ _('Provide context about the client relationship or typical project types.') }}

{% endblock %} {% block extra_css %} {% endblock %}