summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/ajax/reattach_suggest.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/ajax/reattach_suggest.html')
-rw-r--r--hyperkitty/templates/ajax/reattach_suggest.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/hyperkitty/templates/ajax/reattach_suggest.html b/hyperkitty/templates/ajax/reattach_suggest.html
new file mode 100644
index 0000000..7b94075
--- /dev/null
+++ b/hyperkitty/templates/ajax/reattach_suggest.html
@@ -0,0 +1,11 @@
+{% load hk_generic %}
+
+ {% for s_thread in suggested_threads %}
+ <li><label class="radio"><input type="radio" name="parent" value="{{ s_thread.thread_id }}" />
+ {{ s_thread.subject }}
+ <br/>(started {{ s_thread.starting_email|get_date }}, last active: {{ s_thread|get_date }})
+ </label>
+ </li>
+ {% empty %}
+ <li><em>(no suggestions)</em></li>
+ {% endfor %}