{# dont always need to display a post form #} {% if thread.max_post_id+1 == board_db.config.max_thread_posts :}
This thread has reached the maximum number of posts. You may not reply to it.
{: elif thread.locked and not mod_name :}
This thread is locked. Only Mods can reply to it.
{: else :} {"includes/new_reply_form.html"} {:}