{% extends "layout.html" %} {% block title %}{{ "Edit Post" if is_edit else "Post Reply" }} - Community Forum{% endblock %} {% block breadcrumb %} Home / {{ topic.category.name }} / {{ topic.title }} / {{ "Edit Post" if is_edit else "Reply" }} {% endblock %} {% block content %}
{% if is_edit %} Edit your message in "{{ topic.title }}" {% elif is_quote %} Reply with quote to "{{ topic.title }}" {% else %} Respond to "{{ topic.title }}" {% endif %}