- Xin chào
{{data.community_name}}..!
{% if not data.is_confirmed_email %}- Bạn chưa xác thực tài khoản!
Bấm vào đây để xác thực Email!{% else %}- Bạn đã trở thành thành viên chính thức của Diễn đàn vào lúc {{data.is_confirmed_email|date('H:i:s \\n\\g\\à\\y d/m/Y', 'Asia/Saigon')}}{% endif %}
{% else %}
{% if not data.is_confirmed_email %}- Bạn chưa xác thực tài khoản!
Bấm vào đây để xác thực Email!{% else %}- Bạn đã trở thành thành viên chính thức của Diễn đàn vào lúc {{data.is_confirmed_email|date('H:i:s \\n\\g\\à\\y d/m/Y', 'Asia/Saigon')}}{% endif %}
{% endif %}
{% else %}
- Phòng chat trống rỗng. Bạn hãy là người tham gia đầu tiên..!
{% else %}
{% for comment in data.comments %}
{# Thông tin Chat #}
|
{% set name=comment.nick %}{{block('icon_position')}} {% if comment.author_profile %}
{% include('modify/name_position-gb.js') %}{% else %}
{{comment.nick|raw}}
{% endif %} {% if comment.author_profile %}{% set position=comment.nick %}{{block('position')}}{% else %}(Khách){% endif %} {% if comment.author_profile %}{% set name_online=comment.nick %}{{block('mod_online')}}{% endif %}
{% set time=comment.date %}{{block('time_mod')}} |
{# Nội dung comment #}
{% if data.reported_spam == comment.id %}
Bình luận đã bị ẩn
{% else %}
{% set nd=comment.message|replace({'
':'_', '':'_'}) %}
{% set leng=nd|replace({'<':'<', '>':'>'})|length %}
{% if leng > 2 %}
{% include('modify/message-gb.js') %}
{% else %}
- Bình luận không hợp lệ. Số kí tự tối thiểu là 3..!
{% endif %}
{% endif %}
{# Menu quyền #}
| {% if data.visitor_is_admin and not comment.owner_of_comment and not comment.childs_count and not data.in_comments_thread %}Trích Dẫn{% endif %}
{% if not comment.owner_of_comment %}{% if data.is_logged_in %}Báo Cáo{% else %}Báo Cáo{% endif %}{% endif %}
{% if data.visitor_is_admin %}Xoá{% endif %} |
{# Trích dẫn của Admin #}
{% if comment.childs_count %}
{% for child in comment.childs %}
{% endfor %}
{% endif %}
{% endfor %}
{# Phân trang #}
{{data.comments_pagination_html|replace({'«':'<<', '»':'>>'})|raw}}
{% endif %}
{% endblock %}