{% load static i18n %}
{{ doubt.created_at|date:"d F, Y h:i A" }} • {% if doubt.doubt_type == 'text' %} {% trans "টেক্সট" %} {% elif doubt.doubt_type == 'image' %} {% trans "ইমেজ" %} {% elif doubt.doubt_type == 'code' %} {% trans "কোড" %} {% endif %} {% if doubt.class_level %} • {{ doubt.class_level.name }} {% endif %}
{{ doubt.content }}
{% elif doubt.doubt_type == 'image' %}{{ doubt.content }}
{% endif %} {% elif doubt.doubt_type == 'code' %}{{ doubt.content }}
{% endif %}
{{ comment.content }}