{% extends "base.html" %} {% load wiki_markup %} {% block title %}CUCC Virtual Survey Binder: {{ current_expedition }}{{ current_survey }}{%endblock%} {% block head %} {% endblock %}
| {% for survey in current_expedition.survey_set.all %} | {{ survey.wallet_number }} | {% endfor %}
|---|---|
| Notes | {% for survey in current_expedition.survey_set.all %}{% if survey.notes %} ✓ {% endif %} | {% endfor %}
| Survex file | {% for survey in current_expedition.survey_set.all %}{% if survey.survex_file %} ✓ {% endif %} | {% endfor %}
| Plans | {% for survey in current_expedition.survey_set.all %}{% if survey.plans %} ✓ {% endif %} | {% endfor %}
| Elevations | {% for survey in current_expedition.survey_set.all %}{% if survey.elevations %} ✓ {% endif %} | {% endfor %}
File at: {{ noteItem.file.name }}
Scanned by: {{ noteItem.scanned_by }}
On: {{ noteItem.scanned_on }}
File at: {{ sketchItem.file.name }}
Scanned by: {{ sketchItem.scanned_by }}
On: {{ sketchItem.scanned_on }}