{% extends 'base.html' %} {% block content %}

{{ project.client_name }}'s Designs

Instructions
  1. Click anywhere on the design to drop a pin and leave a note.
  2. Provide overall feedback in the box provided below.
  3. When you are completely happy, enter your full name and click Sign Off.
{% for img in project.images %}
Design {{ loop.index }}
{% endfor %}
Overall Feedback
Sign Off

Please enter your full name to confirm approval of this design.

{% if project.signed_off %}
✅ Signed off by {{ project.signed_off_by }} at {{ project.signed_off_at }}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}