{% extends 'ohmyadmin/metrics/base.html' %} {% block content %} {% if value.current_value is not none %}
{{ value.current_value }}
{% endif %}
{% endblock %}