diff --git a/training/templates/level_detail.html b/training/templates/level_detail.html index fb965f81..bf8774d4 100644 --- a/training/templates/level_detail.html +++ b/training/templates/level_detail.html @@ -58,23 +58,27 @@

Users with this level

-
-
- {% for user in users_with %} - {% user_level_if_present user object as level_qualification %} -
- -
-
{{user}}
- {% if level_qualification.confirmed_on %}

Qualified on {{ level_qualification.confirmed_on }}

{%else%}Unconfirmed{%endif%} -
- -
- {% empty %} - Nobody here but us chickens... - {% endfor %} -
-
+ + + + + + + + + + {% for user in users_with %} + {% user_level_if_present user object as level_qualification %} + + + + + + {% empty %} + Nobody here but us chickens... + {% endfor %} + +
PersonConfirmed?
{{user}}{% if level_qualification.confirmed_on %}

Qualified on {{ level_qualification.confirmed_on }}

{%else%}Unconfirmed{%endif%}
View Profile

Level Requirements