{% extends "base.html" %} {% block content %}
status | summary | {% for kwarg in history_kwargs %} {% set this_kwarg = kwarg + ' (UTC)' if kwarg == 'uuid' else kwarg %}{{this_kwarg}} | {% endfor %}|||
---|---|---|---|---|---|
{{entry[0]}} | {{entry[1]}} | {% for kw in history_kwargs %}{{entry[2].get(kw)}} | {% endfor %} {# boolean in entry[3] saying if it's a check or not #} {% if entry[3] == True %}Result | {% endif %} {% if 'uuid' in entry[2] %}JSON | {% else %}Error | {% endif %}