{% extends "base.html" %} {% block title %}Admin Dashboard — T & S Contractors Ltd{% endblock %} {% block description %}Manage portfolio projects.{% endblock %} {% block content %} Admin Dashboard Signed in as {{ admin_email }}. Log out Add New Project {% if error is defined %}Cancel{% else %}+ Add New Project{% endif %} {% if error is defined %} {{ error }} {% endif %} Project Name * Location * Main Project Image * JPG, PNG, WEBP or GIF. Add more details (description, budget, status, services, videos, additional images) Description Google Maps URL Status Ongoing Completed Commercial Budget / Project Value Area Size Services Provided General Construction Architectural Design Structural Works Project Management MEP Engineering Landscaping Renovations Material Supply YouTube Video URLs One YouTube URL per line. Feature this project on the home page Additional Images (max 30) Hold Ctrl / Cmd to select multiple images. Add Project Existing Projects ({{ projects|length }}) {% if not projects %} No projects yet. Add one above. {% else %} Image Name Location Status Budget Featured Action {% for p in projects %} {% if p.image %} {% else %} No image {% endif %} {{ p.name }} {{ p.location }} {{ p.status|capitalize }} {{ p.budget or '-' }} {{ 'Yes' if p.is_featured else 'No' }} Edit View Delete {% endfor %} {% for p in projects %} {% if p.image %} {% endif %} {{ p.name }} {{ p.location }} · {{ p.status|capitalize }} Budget: {{ p.budget or '-' }} · Featured: {{ 'Yes' if p.is_featured else 'No' }} Edit View Delete {% endfor %} {% endif %} {% endblock %}
Signed in as {{ admin_email }}. Log out
No projects yet. Add one above.