diff --git a/puppetboard/templates/nodes.html b/puppetboard/templates/nodes.html
index ad8a990..9d483a7 100644
--- a/puppetboard/templates/nodes.html
+++ b/puppetboard/templates/nodes.html
@@ -20,7 +20,7 @@
| Hostname |
Catalog compiled at |
- {% if config.PUPPETDB_EXPERIMENTAL %}
+ {% if config.PUPPETDB_API > 2 %}
Last report |
|
{% endif %}
@@ -31,7 +31,7 @@
| {{node.name}} |
{{node.catalog_timestamp}} |
- {% if config.PUPPETDB_EXPERIMENTAL %}
+ {% if config.PUPPETDB_API > 2 %}
{% if node.report_timestamp %}
{{ node.report_timestamp }}
|