{% extends 'templates/main.volt' %} {% block content %} {{ partial('macros/comment') }} {% set owner_url = url({'for':'home.user.show','id':comment.owner.id}) %}
审核内容
{{ comment.owner.name }} {{ date('Y-m-d H:i:s',comment.create_time) }}
{{ comment.content }}
审核意见
{% set moderate_url = url({'for':'admin.comment.moderate','id':comment.id}) %}
{% endblock %} {% block link_css %} {{ css_link('home/css/content.css') }} {% endblock %} {% block inline_js %} {% endblock %}