add debug info

This commit is contained in:
Antonio J. Delgado 2025-02-17 15:45:14 +02:00
parent bdda8d55b8
commit a266db1a7e

View file

@ -137,6 +137,8 @@
{% if reply['translated_content'] != '' and reply['translated_content'] != null %} {% if reply['translated_content'] != '' and reply['translated_content'] != null %}
<!-- translated_reply_content ---> <!-- translated_reply_content --->
{{ reply['translated_content'] }} {{ reply['translated_content'] }}
{% else %}
<!-- no translated_reply_content -->
{% endif %} {% endif %}
{{ reply['content'] }} {{ reply['content'] }}
<!-- media --> <!-- media -->