{% 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 %} Project Name Location Description {{ project.description }} Google Maps URL Status Ongoing Completed Commercial Budget / Project Value Area Size Services Provided {% set service_list = ['General Construction','Architectural Design','Structural Works','Project Management','MEP Engineering','Landscaping','Renovations','Material Supply'] %} {% for s in service_list %} {{ s }} {% endfor %} YouTube Video URLs {% for v in project.video_urls or [] %}{{ v }}{% if not loop.last %} {% endif %}{% endfor %} One YouTube URL per line. Feature this project on the home page Main Project Image {% if project.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 %} Existing Additional Images {% for img in project.additional_images %} Delete {% endfor %} Check the boxes on images you want to remove. {% endif %} Add More Images (max {{ 30 - (project.additional_images|length) }} remaining) Hold Ctrl / Cmd to select multiple images. Save Changes Cancel {% endblock %}
{{ project.name }}