{% extends 'pipeline/base.html' %} {% load i18n %} {% block page_title %}{{ flow.name }}{% endblock %} {% block header_nav_brand %} {% trans "Pipeline" %} {{ flow.name }} {% endblock header_nav_brand %} {% block pipeline_content %}
{{ flow.description }}
{% endif %}{% blocktrans with name=flow.name %}You have completed all required steps in {{ name }}. Well done!{% endblocktrans %}
{% endif %}{% trans "All required steps are complete." %}