{% extends 'pipeline/base.html' %} {% load i18n %} {% block page_title %}{{ page_title }}{% endblock %} {% block pipeline_content %}
{% trans "All checks must pass for this step to be marked complete. Checks are evaluated in order." %}
{% if checks %}python manage.py pipeline_sync_filters to import existing filters,
or add a Smart Filter object via the Django admin first.
{% endblocktrans %}