{% set breadcrumbs %}
  • navigate_next
  • {% if request.path == url_for('.contributions') %}
  • Contributions Overview
  • {% elif request.path == url_for('.add_tesseract_ocr_pipeline_model') %}
  • Contributions Overview
  • navigate_next
  • {{ title }}
  • {% elif request.path == url_for('.add_spacy_nlp_pipeline_model') %}
  • Contributions Overview
  • navigate_next
  • {{ title }}
  • {% elif tesseract_ocr_pipeline_model and request.path == url_for('.tesseract_ocr_pipeline_model', tesseract_ocr_pipeline_model_id=tesseract_ocr_pipeline_model.id) %}
  • Contributions Overview
  • navigate_next
  • Edit {{ tesseract_ocr_pipeline_model.title }}
  • {% elif spacy_nlp_pipeline_model and request.path == url_for('.spacy_nlp_pipeline_model', spacy_nlp_pipeline_model_id=spacy_nlp_pipeline_model.id) %}
  • Contributions Overview
  • navigate_next
  • Edit {{ spacy_nlp_pipeline_model.title }}
  • {% endif %} {% endset %}