{% extends "support.html" %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} {% if variables %}
{% else %}Logged At: {{ variable.time_logged|date:"Y-m-d H:i:s A" }}
| Type: | {{ variable.type }} |
| Module: | {{ variable.module }} |
| Object ID: | {{ variable.object_id }} |
| Length: | {{ variable.length }} |
| Size (bytes): | {{ variable.size_bytes }} |
| Is None: | {{ variable.is_none }} |
{{ variable.attributes|join:", " }}
{% endif %}
{{ variable.value }}