{% extends "layout.html" %} {% from "_forms.html" import quickform, parsefield %} {% block content %}

Bookie Overview


{% if listChain %}
{{ popListChainMenuStyle( listChain ) }}
{% endif %} {% endblock %} {%- macro popListChainMenuStyle( listChain, parentChain=None ) -%}
{% if listChain['nextChainElement'] %} {{ popListChainMenuStyle( listChain['nextChainElement'], listChain ) }} {% else %} {% endif %} {%- endmacro -%}