{% extends "base.html" %} {% block title %}Message Templates - Server Monitoring{% endblock %} {% block page_title %}Message Templates{% endblock %} {% block content %}
| Hash | Template Text | Category | Usage Count | Created | Actions |
|---|---|---|---|---|---|
{{ template.template_hash[:8] }}... |
{{ template.template_text[:80] }}{% if template.template_text | length > 80 %}...{% endif %} | {{ template.category or 'uncategorized' }} | {{ template.usage_count }} | {{ template.created_at.strftime('%Y-%m-%d %H:%M') if template.created_at else 'N/A' }} |
Message templates will appear here when devices start sending compressed logs.