{% extends "base.html" %} {% load wiki_markup %} {% block title %}CUCC Virtual Survey Binder: {{ current_expedition }}{{ current_survey }}{%endblock%} {% block head %} {% endblock %}
CUCC Expo virtual survey binder: {% if current_survey %} {{current_survey}} {% else %} {{current_expedition}} {% endif %}
{% block nav %}

Choose a year

{% if current_expedition %}

Choose a wallet number

Click to toggle:

{% endif %} {% endblock %} {% block content %}

Survey progress table for {{ current_expedition }}

{% if current_expedition.survey_set.all %} {% for survey in current_expedition.survey_set.all %} {% endfor %} {% for survey in current_expedition.survey_set.all %} {% endfor %} {% for survey in current_expedition.survey_set.all %} {% endfor %} {% for survey in current_expedition.survey_set.all %} {% endfor %} {% for survey in current_expedition.survey_set.all %} {% endfor %}
{{ survey.wallet_number }}
Notes {% if survey.notes %} ✓ {% endif %}
Survex file {% if survey.survex_file %} ✓ {% endif %}
Plans {% if survey.plans %} ✓ {% endif %}
Elevations {% if survey.elevations %} ✓ {% endif %}
{% else %}
[ There are no surveys in the database for this year. Put link in to add one. ]
{% endif %}

Scanned notes for {{ current_survey }}.

{% for noteItem in notes %}

File at: {{ noteItem.file.name }}
Scanned by: {{ noteItem.scanned_by }}
On: {{ noteItem.scanned_on }}

{% endfor %}

survex file editor, keeping file in original structure
who entered by
centreline

Scanned plan sketch files for {{ current_survey }}.

{% for sketchItem in planSketches %}

File at: {{ sketchItem.file.name }}
Scanned by: {{ sketchItem.scanned_by }}
On: {{ sketchItem.scanned_on }}

{% endfor %}
link to tunnel xml file. potentially instance of tunnel applet...
link to main sketch file

{% endblock %}