{% load i18n coffeescript %} {% if DJANGO_CLUSTER_LICENSE.boot.enabled %}
{% verbatim %}
for {{ dev_names() }}

{{ dev_conf.info_str }}

Error Detail ({{ dev_conf.active_error.length}} lines)

{{ $index + 1 }} : {{ line }}

Content Detail ({{ dev_conf.active_content.length}} lines)

{{ $index + 1 }} : {{ line }}
{% endverbatim %}
{% endif %}