{# -*- coding: utf-8 -*- #} {% extends "forms/user_tab.html" %} {% load exfiltry %} {% load exsyntax %} {% block all %} {% with form_width=800 form_height=600 show_title_bar=1 title='Compile result' %} {{ block.super }} {% endwith %} {% endblock %} {% block user_header %} time cmd description action {% endblock %} {% block user_row %} {{object.0|isoformat}} {{object.1}} {{object.2}} {% endblock %}