{% load customtags %} {% load static %}
{{ side }}lateral
| LNL | select | involvement (metastatic, unknown, healthy) | |
| I | both | {% with side|addstr:'_I' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="I "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}|
| a | {% with side|addstr:'_Ia' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="Ia "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}||
| b | {% with side|addstr:'_Ib' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="Ib "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}||
| II | both | {% with side|addstr:'_II' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="II "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}|
| a | {% with side|addstr:'_IIa' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="IIa "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}||
| b | {% with side|addstr:'_IIb' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="IIb "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}||
| III | {% with side|addstr:'_III' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="III "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}||
| IV | {% with side|addstr:'_IV' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="IV "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}||
| V | both | {% with side|addstr:'_V' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="V "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}|
| a | {% with side|addstr:'_Va' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="Va "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}||
| b | {% with side|addstr:'_Vb' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="Vb "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}||
| VII | {% with side|addstr:'_VII' as lnl_key %}{{ form|get:lnl_key }} | {% include 'dataexplorer/barplot.html' with lnl="VII "|addstr:side|addstr:"lateral" stats=stats lnl_key=lnl_key show_percent=show_percent %} {% endwith %}||