{% extends "base.html" %} {% block title %} Results for {{ result }} {% endblock %} {% block content %} {% load kong_tags %}
{{ result.succeeded|yesno:"PASSED,FAILED" }} run at {{ result.run_date|date:"g:iA"|lower }} Duration (ms) {{ result.duration|micro_to_milli }}
{{ result.content }}
{{ result|render_twill|urlize }}