{% extends "base.html" %} {% load i18n %} {% load permissions %} {% load translations %} {% load icons %} {% block breadcrumbs %}
{{ guide.description }} {% documentation_icon guide %} | ||
---|---|---|
{% if guide.passed %} {% icon "check.svg" %} {% else %} {% icon "alert.svg" %} {% endif %} | {{ guide.description }} {% documentation_icon guide %} | {% if user_can_edit_component %} {% trans "Configure" %} {% endif %} |