blob: 3bc5dea8784ec636d117867294398dbc64e2e3ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{%extends "populations/base.html"%}
{%block lvl3_breadcrumbs%}
<li {%if activelink=="phenotypes"%}
class="breadcrumb-item active"
{%else%}
class="breadcrumb-item"
{%endif%}>
<a href="{{url_for('species.populations.phenotypes.index')}}">Phenotypes</a>
</li>
{%block lvl4_breadcrumbs%}{%endblock%}
{%endblock%}
|