{% asset 'dc_log_view/dc_log_view' %} {% block page %} {% if logs %}
Use the tab-control below to browse all logs present in this DC resource.
{% for line in logs[keyval[0]] %}{{ line }} {% endfor %}
This DC resource does not contain any logs.
{% endif %} {% endblock %}