{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Preview Onboarding" %}{% endblock %} {% block content %}
{% trans "Preview the staff onboarding experience by role" %}
{{ role.description|truncatechars:80|default:"Preview the onboarding flow for this role" }}
{% empty %}{% trans "No roles available" %}
{{ content.description_en|truncatewords:15 }}
{% trans "No content sections for this role" %}
{{ item.text_en }}
{% if item.is_required %} {% trans "Required" %} {% endif %}{% trans "No checklist items for this role" %}
{% trans "Experience the complete onboarding flow from start to finish as a" %} {{ selected_role.name }} {% trans "user" %}
{% trans "Choose a role from the options above to preview the onboarding experience for that specific role" %}