{% extends "base.html" %} {% import editor_macro(request) as editor %} {% block head %} {{ editor.head() }} {% endblock head %} {% block title %}{{ qa_config.qa_title }}{% endblock title %} {% block subtitle %}{{ qa_config.qa_title }}{% endblock subtitle %} {% block content %} {% if qa_config.qa_content_head %} {{ qa_config.qa_content_head|safe }} {% endif %}

{{ qa_config.qa_title }} 작성

{% if qa_config.qa_use_email and qa.qa_type != 1 %} {% set required = "required" if qa_config.qa_req_email else "" %}
{% endif %} {% if qa_config.qa_use_hp and qa.qa_type != 1 %} {% set required = "required" if qa_config.qa_req_hp else "" %}
{% if qa_config.qa_sms %} {% endif %}
{% endif %}
{% if qa_config.qa_use_editor %} {{ editor.body("qa_content", content) }} {% else %} {% endif %}
{% if qa.qa_file1 %} {% endif %}
{% if qa.qa_file2 %} {% endif %}
취소
{% if qa_config.qa_content_tail %} {{ qa_config.qa_content_tail|safe }} {% endif %} {% endblock content %}