{% if user.is_authenticated %}
Currently logged in as {{ user.username }}
Edit email settings{{ job.name }} | ||||||
Status | Command | Start time | Run time | Log | ||
{% if rec.run_time %} {% if rec.exit_code == 0 %} Done (exit code {{ rec.exit_code }}) {% else %} Failed (exit code {{ rec.exit_code }}) {% endif %} {% else %} Running {% endif %} | {{ rec.command }} | {{ rec.start_time }} | {% if rec.run_time %} {{ rec.run_time }} seconds {% else %} --- {% endif %} | {% if rec.html_log %} Log {% else %} --- {% endif %} |