{% extends "base.html" %} {% block title %}{{ 'Edit' if item else 'New' }} Quick Reply{% endblock %} {% block page_title %}{{ 'Edit' if item else 'New' }} Quick Reply{% endblock %} {% block content %}
{{ 'Edit Quick Reply' if item else 'Create Quick Reply' }}
Use **bold**, _italic_, `code`, and - lists. This text will be inserted directly into the comment box when selected.
{% if item %}
{% endif %}
Cancel
{% endblock %}