{% extends "base.html" %} {% block title %}Add Project | PMS{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% if is_edit %}Update Project{% else %}Add Project{% endif %}

{% if is_edit %}Update project details, milestones, payments, deliverables and environments.{% else %}Create project with milestones, payments, deliverables and environment details.{% endif %}

Back to Projects
{% csrf_token %}

Section 1: Core Details

Section 2: Clients

{% if clients %}

Search by any associated person name and add multiple client records.

{% else %}

No clients found.

{% endif %}

Section 3: Technologies

{% for technology in technologies %}
{% endfor %}

Section 4: Links

Section 5: Status, Notes and Cost

Section 6: Payments

Add multiple payment records

Section 7: Milestones

Add multiple milestone records

Section 8: Deliverables and Environments

Deliverables

{% for deliverable in deliverables %}
{% endfor %}
Cancel
{% endblock %} {% block extra_js %} {% endblock %}