{% extends 'pipeline/base.html' %} {% load i18n %} {% block page_title %}{% trans "Pipeline" %}{% endblock %} {% block header_nav_brand %}{% trans "Pipeline" %}{% endblock %} {% block pipeline_content %}
{{ item.flow.description|truncatewords:20 }}
{% endif %}{{ item.flow.description|truncatewords:20 }}
{% endif %} {% blocktrans with count=item.total %}{{ count }} step{% endblocktrans %}{% if item.total != 1 %}s{% endif %}{% trans "You have no flows assigned or available at this time. Check back later or contact your leadership." %}