{% extends "base.html" %} {% load wiki_markup %} {% load survex_markup %} {% block title %}Survex Block{% endblock %} {% block content %}

Survex Block {{survexblock.survexpath}}

Needs duplicates removed from right hand column

Needs links to survex file presentation

Needs to start dealing with misspellings of names (prob by editing the originals)

{% if survexblock.parent %}

Survey block above:

{{survexblock.parent.survexpath}}

{% endif %} {% if survexblock.survexblock_set.all %}

Survey blocks below:

{% for survexblockdown in survexblock.survexblock_set.all %}

{{survexblockdown.survexpath}}

{% endfor %} {% endif %}

Date: {{survexblock.date}}

{% for personrole in survexblock.GetPersonroles %} {% endfor %}
{{personrole.person}} {{personrole.roles}}
{{ftext|survex_to_html}}
{% endblock %}