{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Onboarding Content" %}{% endblock %} {% block content %}

{% trans "Review Onboarding Material" %}

{% trans "Please review the following important information" %}

{% trans "Step 3 of 3" %} 100%
{% for content in content_items %}

{{ content.title }}

{{ content.body|safe }}
{% endfor %}
{% csrf_token %}
{% endblock %}