Skip to content
Snippets Groups Projects
Commit 19d494b0 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[accounts][templates] hide supervision management if no supervisee

parent caa164f1
No related branches found
No related tags found
1 merge request!224Security accounts
Pipeline #
...@@ -324,6 +324,7 @@ ...@@ -324,6 +324,7 @@
<hr /> <hr />
{% endif %} {% endif %}
{% if supervisiontracks_valid|length > 0 %}
<li class="list-group-item" style="text-align:center;"><b>Supervision list</b></li> <li class="list-group-item" style="text-align:center;"><b>Supervision list</b></li>
<table class="table"> <table class="table">
<thead> <thead>
...@@ -361,6 +362,7 @@ ...@@ -361,6 +362,7 @@
<li class="list-group-item"><i>Valid supervisees are marked in green and supervisees that are under a revalidation process (yearly basis) are marked in yellow. <li class="list-group-item"><i>Valid supervisees are marked in green and supervisees that are under a revalidation process (yearly basis) are marked in yellow.
You can remind them to revalidate there account before the expiration date or else their account will get blocked (and need to pass through an unblock procedure)</i><br> You can remind them to revalidate there account before the expiration date or else their account will get blocked (and need to pass through an unblock procedure)</i><br>
{% endif %}
</div> </div>
</form> </form>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment