{% with url=missing_dependency_url|safe %}
{% blocktrans with link_start="" link_end="" %}
You need to complete {{link_start}}the previous step{{link_end}} before
attempting this step.
{% endblocktrans %}
{% endwith %}
{% if show_title and title %}
{{ title }}
{% endif %}
{{child_content|safe}}
{% if self.display_submit %}
{% if self.mode == 'assessment' %}
{% endif %}
{% if self.mode == 'assessment' %}
{% endif %}