{%- EVENT dmzx_mchat_messages_before -%} {%- EVENT dmzx_mchat_messages_define_icons -%} {%- for mchatrow in loops.mchatrow -%}
  • {% if S_MCHAT_AVATARS %}
    {% if mchatrow.U_VIEWPROFILE %}{% endif %} {% if mchatrow.MCHAT_USER_AVATAR %}{{ mchatrow.MCHAT_USER_AVATAR }}{% else %}{{ lang('READ_PROFILE') }}{% endif %} {% if mchatrow.U_VIEWPROFILE %}{% endif %}
    {% endif %}
    {% INCLUDE '@dmzx_mchat/mchat_messages_icons.html' %}
    {% EVENT dmzx_mchat_messages_header_before %} {{ mchatrow.MCHAT_USERNAME_FULL }} • {{ mchatrow.MCHAT_TIME }} {% EVENT dmzx_mchat_messages_header_after %}
    {% EVENT dmzx_mchat_messages_text_before %} {{ mchatrow.MCHAT_MESSAGE }} {% EVENT dmzx_mchat_messages_text_after %}
  • {%- endfor -%} {%- EVENT dmzx_mchat_messages_after -%}