{% INCLUDE 'overall_header.html' %} {% INCLUDECSS '@mrgoldy_ultimateblog/blogbody.css' %} {% INCLUDECSS '@mrgoldy_ultimateblog/blogcomments.css' %} {% INCLUDECSS '@mrgoldy_ultimateblog/menu.css' %} {% if S_BLOG_RATING_ENABLED and S_BLOG_RATING_CAN %} {% endif %} {% INCLUDE '@mrgoldy_ultimateblog/ub_header.html' %}

{{ BLOG_TITLE }}

{{ AUTHOR_FULL }}
{{ BLOG_DATE_SHORT }}
{{ COMMENTS_COUNT }} {{ lang('BLOG_COMMENTS') }}
{{ BLOG_RATING }} {{ lang('BLOG_RATING_AVG') }}
{{ BLOG_VIEWS }} {{ lang('VIEWED') }}

{{ lang('BLOG_POSTED_ON') }}{{ lang('COLON') }}
{% if BLOG_EDITS %}
{{ lang('BLOG_EDIT_TOTAL') }}{{ lang('COLON') }}
{{ BLOG_EDITS }} ( {{ lang('BLOG_EDIT_VIEW') }})
{% endif %}
{{ lang('BLOG_COMMENTS') }}{{ lang('COLON') }}
{{ COMMENTS_COUNT }}
{% if S_BLOG_RATING_ENABLED %} {% if S_BLOG_RATING_CAN and not S_BLOG_RATING_LOCKED %}
{{ lang('BLOG_RATING_YOUR') }}{{ lang('COLON') }}
{% endif %} {% if BLOG_RATING and not S_BLOG_RATING_LOCKED %}
{{ lang('BLOG_RATING_AVG') }}{{ lang('COLON') }}
{% if BLOG_RATING %} {{ BLOG_RATING }} ({{ BLOG_RATING_COUNT_TEXT }}) {% else %} {{ lang('BLOG_RATING_NONE') }} {% endif %}
{% endif %} {% endif %}
{{ lang('VIEWED') }}{{ lang('COLON') }}
{{ BLOG_VIEWS_TEXT }}
{{ lang('BLOG_CATEGORIES') }}{{ lang('COLON') }}
{% for blog_categories in loops.blog_categories %} {{ blog_categories.CATEGORY_NAME }} {% if not blog_categories.IS_LAST_ROW %}
{% endif %} {% endfor %}
{{ BLOG_DESCRIPTION }}
{% if S_BLOG_CAN_DELETE %} {{ lang('BLOG_DELETE') }} {% endif %} {% if (S_BLOG_CAN_EDIT_USER and not S_BLOG_EDIT_LOCKED) or S_BLOG_CAN_EDIT_MOD %} {{ lang('BLOG_EDIT') }} {% endif %} {% if S_BLOG_CAN_REPORT %} {{ lang('BLOG_REPORT_BLOG') }} {% endif %}
{% if (S_BLOG_REPORTED and S_BLOG_MOD_REPORT) or (S_BLOG_UNAPPROVED and S_BLOG_MOD_APPROVE) %}

{% if S_BLOG_REPORTED %}{{ lang('BLOG_REPORTED') }} {{ lang('POST_REPORTED') }}{% else %}{{ lang('POST_UNAPPROVED') }}{% endif %}

{% endif %}

{{ BLOG_TEXT }}

{% if BLOG_EDITS and (S_BLOG_CAN_EDIT_VIEW or S_BLOG_CAN_EDIT_DELETE) %}

{{ lang('BLOG_EDIT_REASONS') }}

{% for edit_reasons in loops.edit_reasons %}
{{ lang('BLOG_EDIT_DELETE') }} {{ edit_reasons.USER }} {{ lang('BLOG_EDITED_ON') }} {{ edit_reasons.TIME }}
{{ edit_reasons.TEXT }}
{% endfor %} ×
{% endif %} {% if not S_IS_BOT and S_COMMENTS_ENABLED and S_COMMENTS_CAN_VIEW %} {% INCLUDE '@mrgoldy_ultimateblog/ub_blog_comments.html' %} {% endif %} {% INCLUDEJS '@mrgoldy_ultimateblog/js/ultimateblog.js' %} {% INCLUDEJS '@mrgoldy_ultimateblog/js/menu.js' %} {% if S_BLOG_RATING_ENABLED and S_BLOG_RATING_CAN %}{% INCLUDEJS '@mrgoldy_ultimateblog/js/raty.js' %}{% endif %} {% INCLUDE 'overall_footer.html' %}