{% if article == null %}

{{system.snippets.article_translation_missing}} {{system.language_name_localized}}

{% else %}

{{ article.subject_plain }}

{{system.snippets.last_update}}: {{ article.updated_at | in_time_zone: site.timezone | date: '%b %d, %Y %I:%M%p %Z' }}
{{ article.body }}
{% if article.number_of_attachments > 0 %}
{{system.snippets.attachments}}
{% endif %} {{ rate_block }} {% endif %}