{% extends 'index.html' %} {% load static i18n %} {% block content %} {% include 'offboarding/pipeline/nav.html' %}
{% if offboardings %} {% include 'offboarding/pipeline/offboardings.html' %} {% else %}
Page not found. 404.
{% trans "There is no offboardings at this moment." %}
{% endif %}
{% endblock %}