{% extends "base.html" %} {% block title %}Wallet Scanned Index Pages{% endblock %} {% block content %}
{{singlescan.name}} | {% for survexblock in singlescan.survexblock_set.all %} {{survexblock}} {% endfor %} |
Wallet index for this year {{wallet.walletname|slice:'0:4'}}
Expedition page for this year {{wallet.walletname|slice:'0:4'}}
First wallet for this year {{wallet.walletname|slice:'0:4'}}
{% endblock %}