{% if js %} {% endif %}{# end of js check #}
C.V. Database - {% block title %}{% endblock %}
{% block head_extra %}{% endblock head_extra %} {% from "macros/console.html" import console_replacement %} {{ console_replacement() }}
{% if current_user %}
Landing page
Logout
{% if current_user.bl_capture or current_user.bl_admin %}
{% if current_user.bl_admin %}
Qualifications
Positions | Roles
Access User Profiles
{% endif %}{# end of checking for bl_admin #}
Capture record
{% endif %}{# end of checking if either bl_capture or bl_admin #} {% else %}
Login
{% endif %}{# end of checking if logged in at all #}
{% block content %}{% endblock %}