{% extends 'index.html' %} {% block content %} {% load i18n %} {% load horillafilters %} {% load static %} {% include "okr/key_result/kr_nav.html" %}
{% if krs %} {% if request.GET.view == 'list' %} {% include 'okr/key_result/kr_list.html' %} {% else %} {% include 'okr/key_result/kr_card.html' %} {% endif %} {% else %}
Page not found. 404.
{% trans "There are currently no key results to consider." %}
{% endif %}
{% endblock content %}