{% extends 'index.html' %} {% load static i18n %} {% load i18n %} {% load widget_tweaks %} {% load mathfilters %} {% load basefilters %} {% block styles %} {% endblock styles %} {% block content %}

{% trans "Objective Key Results (OKR)" %}

{% if perms.pms.add_employeeobjective or request.user|filtersubordinates %} {% endif %}
{% include 'okr/objective_list.html' %}
{% endblock content %}