diff --git a/Web/Presenters/SupportPresenter.php b/Web/Presenters/SupportPresenter.php
index e34eecab..a94fe855 100644
--- a/Web/Presenters/SupportPresenter.php
+++ b/Web/Presenters/SupportPresenter.php
@@ -164,9 +164,10 @@ final class SupportPresenter extends OpenVKPresenter
$this->notFound();
$ticketComments = $this->comments->getCommentsById($id);
- $this->template->ticket = $ticket;
- $this->template->comments = $ticketComments;
- $this->template->id = $id;
+ $this->template->ticket = $ticket;
+ $this->template->comments = $ticketComments;
+ $this->template->id = $id;
+ $this->template->fastAnswers = OPENVK_ROOT_CONF["openvk"]["preferences"]["support"]["fastAnswers"];
}
function renderAnswerTicketReply(int $id): void
diff --git a/Web/Presenters/templates/Support/AnswerTicket.xml b/Web/Presenters/templates/Support/AnswerTicket.xml
index 7ca11217..043c8ecc 100644
--- a/Web/Presenters/templates/Support/AnswerTicket.xml
+++ b/Web/Presenters/templates/Support/AnswerTicket.xml
@@ -24,18 +24,24 @@