{_'blog.add_comment'}

{ifset $flash['error']}
×

{$flash['error']}

{/ifset} {ifset $flash['success']}
×

{$flash['success']}

{/ifset} {import forms.html}
{include input, name: 'comment[post_id]', value: $post->post_id, type: 'hidden'}

{_'blog.comment_email_tip'}

{include textarea, name: 'comment[body]', value: $comment->body, class: 'w3-input'}
{include input, name: 'comment[name]', value: $comment->name, required: true, class: 'w3-input'}
{include textarea, name: 'remark', class: 'remark', placeholder: 'Your remark'}
{include input, name: 'comment[email]', type: 'email', value: $comment->email, required: true, class: 'w3-input'}
{include input, name: 'token', value: $token, type: 'hidden'}
{include input, name: 'antispam_answer', required: true, class: 'w3-input'}
{include input, name: 'save', value: ( 'blog.add_comment'|translate ), type: 'submit', class: 'w3-btn w3-blue'}