{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block style %} {% endblock %} {% block content %}
Command | {{ object.command|linkify }} |
---|---|
Device | {{ object.device|linkify }} |
Username | {{ object.username }} |
Execution Time | {{ object.execution_time }} |
Status | {% if object.success %} Success {% else %} Failed {% endif %} |
Duration | {{ object.execution_duration|floatformat:3 }}s |
Parsing Status |
Successfully Parsed
{% if object.parsing_template %}
Template: {{ object.parsing_template }} {% endif %} |
Parsing Status | Parsing Attempted |
Error | {{ object.error_message }} |
{{ object.output }}
{{ key|title }} | {% endfor %}
---|
{{ value }} | {% endfor %}
{{ object.parsed_data|pprint }}{% endif %} {% else %}