{% init category_url = xutils.call("plugin.get_category_url_by_code", model.category) %} {% if model.header_html != "" %} {% raw model.header_html %} {% elif model.show_title %}
{% if model.show_category and model.category %} {{model.category_name}} / {% end %} {{title}} {% raw model.get_option_html() %} {% if _is_admin and model.show_edit and model.editable %} 编辑 {% end %} 返回
{% if description != "" or error != "" or rows > 0 %}
{% if description != "" %}
{{description}}
{% end %} {% if error != "" %}
{{error}}
{% end %} {% if rows > 0 %}
{% if rows == 1 %} {% else %} {% end %}
{% end %}
{% end %} {% end %}