{% extends "base.html" %} {% block title %}Edit Project — {{ project.name }} — T & S Contractors Ltd Admin{% endblock %} {% block description %}Edit project details.{% endblock %} {% block content %}
Back to Dashboard

Edit Project

{{ project.name }}

{% if error is defined %}
{{ error }}
{% endif %}
{% set service_list = ['General Construction','Architectural Design','Structural Works','Project Management','MEP Engineering','Landscaping','Renovations','Material Supply'] %} {% for s in service_list %} {% endfor %}
One YouTube URL per line.
{% if project.image %}
Current image
{% endif %} Upload a new image to replace the current one. Leave blank to keep it.
{% if project.additional_images and project.additional_images|length > 0 %}
{% for img in project.additional_images %} {% endfor %}
Check the boxes on images you want to remove.
{% endif %}
Hold Ctrl / Cmd to select multiple images.
Cancel
{% endblock %}