{% extends "base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% load translations %} {% block extra_meta %} {% endblock %} {% block breadcrumbs %}
  • {{ object.component.project }}
  • {{ object.component.name }} {% indicate_alerts object %}
  • {{ object.language }}
  • {% trans "zen" %}
  • {% endblock %} {% block content %} {% include "show-component-state.html" with object=object.component %}
    {% trans "Exit Zen" %}
    {% include 'zen-units.html' %}
    {% endblock %}