{% extends "base.html" %} {% block title %}Quick Replies{% endblock %} {% block content %}
Manage predefined reply templates for tickets.
| Title | Source | Scope | Lang | Updated | Actions |
|---|---|---|---|---|---|
|
{{ m.title }}
{{ m.body[:80] }}{% if m.body|length > 80 %}...{% endif %}
|
{% if m.source == 'addons' %} Addons {% else %} Local {% endif %} | {% if m.is_global %} Global {% elif m.product_names %} {{ m.product_names | join(', ') | truncate(40) }} {% else %} - {% endif %} | {{ m.iso_lang or '-' }} | {{ m.updated_at.strftime('%Y-%m-%d') if m.updated_at else '-' }} | {% if m.source == 'local' %} {% else %} Synced {% endif %} |
| No predefined messages yet. Click "New Message" to create one, or Sync to import from Addons. | |||||