{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

Log console

{{ log }}
{% if not service.read_only %}
{% crispy cmdform %}
{% if textarea %} Switch to singleline {% else %} Switch to multiline {% endif %} {% endif %} {% endblock %}