{% extends "dasmon/live_monitor.html" %} {% load dasmon_tags %} {% block title %}{{ instrument }} Process Variables {% endblock %} {% block banner %}{{ instrument }} Process Variables {% endblock %} {% block header %} {% endblock %} {% block right_side_links %} live monitoring: status | runs | PVs {% endblock %} {% block bodytop %} {% endblock %} {% block content %} {% for item in key_value_pairs %} {% if item.value|is_number %}{% else %}{% endif %} {% endfor %}
Key Value Last Updated
{{ item.key }} {{ item.key }}{{ item.value }} {{ item.timestamp }}

{% endblock%}