{% extends 'base.html' %} {% load i18n %} {% block head %} {{ block.super }} {% endblock %} {% block subtitle %} {% trans 'Assessments' %} {% endblock %} {% block actions %} {% if current_job_profile %}
{% endif %} {% endblock %} {% block main %} {% if current_job_profile %}{% trans "You cannot view any assessment at the moment." %}
{% trans "Please contact an administrator to receive the proper permissions." %}
{% endif %} {% endblock %}