()
| 18528 | _DISCUSS_ROW_TEMPLATE = r""" |
| 18529 | <div class="msg-row {{ 'me' if m.sender==me else 'them' }}"> |
| 18530 | <div class="bubble {{ 'me' if m.sender==me else 'them' }}" data-mid="{{ m.id }}" data-kind="{{ m.kind }}" data-sender="{{ m.sender }}"> |
| 18531 | {% if m.sender!=me %}<div class="discuss-sender">@{{ m.sender }}</div>{% endif %} |
| 18532 | {% if m.kind == "text" %} |
| 18533 | <span class="msg-text">{{ m.body }}</span> |
| 18534 | {% elif m.kind == "voice" %} |
| 18535 | <audio controls preload="metadata"> |
no outgoing calls
no test coverage detected