{% extends 'base.html' %} {% load i18n %} {% block head %} {{ block.super }} {% endblock %} {% block subtitle %} {% trans 'Assessments' %} {% endblock %} {% block actions %} {% if current_job_profile %}
{% if managed_groups %} {% endif %}
{% endif %} {% endblock %} {% block main %} {% if current_job_profile %}

{% block section_title %}{% endblock %}

{% block section_actions %}{% endblock %}

{% block section_content %}{% endblock %}
{% else %}

{% trans "You cannot view any assessment at the moment." %}

{% trans "Please contact an administrator to receive the proper permissions." %}

{% endif %} {% endblock %}