{% extends "./base.html" %} {% load comment_block %} {% block title %} {{ task.task_content }} {% endblock %} {% block extra_head %} {% endblock %} {% block main %} {% if task %}

{{ task.task_content }}

部门:{{ task.task_category.name }} 用户:{{ task.owner.username }} 创建时间:{{ task.created_time }} pv/uv:{{ post.pv }}/{{ post.uv }}

{% autoescape off %} {{ task.content_html }} {% endautoescape %}

{% endif %} {% comment_block request.path %} {% endblock %}