~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: e94f17234df3df091e9bdf15c39d7d2f3452fb28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% if user %}
<table class="laboratory_list">
	<tr>
		<td>State</td>
		<td>{{ user_state }}</td>
	</tr>
</table>
{% elif group %}
{% if projects %}
{{ projects_list }}
{% else %}
{{ subgroups_list }}
{% endif %}
{% endif %}