{% 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
{% if current_user.bl_admin %}
Qualifications
Positions | Roles
Access User Profiles
{% endif %}{# end of checking for bl_admin #} {% if current_user.bl_capture or current_user.bl_admin %}
Capture record
{% endif %}{# end of checking if either bl_capture or bl_admin #}
Logout
{% else %}
Login
{% endif %}
{% block content %}{% endblock %}