{% extends "admin/console.html" %}{% load i18n static %} {% block content %}
{% for line in stdout %} {{ forloop.counter }}: {{ line }}{% endfor %}