{% extends "base.html" %} {% block title %}Survey Scans Wallet {% endblock %} {% block content %}

Survey Scans in: {{wallet.walletname}}

{% for singlescan in wallet.singlescan_set.all %} {% endfor %}
{{singlescan.name}} {% for survexblock in singlescan.survexblock_set.all %} {{survexblock}} {% endfor %}

Survex surveys referring to this wallet

{% for survexblock in wallet.survexblock_set.all %} {% endfor %}
{{survexblock}}
{% endblock %}