{% init category_url = xutils.call("plugin.get_category_url_by_code", model.category) %} {% init show_back = True %} {% if model.header_html != "" %} {% raw model.header_html %} {% elif model.show_title %}
{% if model.parent_link %} {{model.parent_link.text}} / {% elif model.show_category and model.category %} {{model.category_name}} / {% end %} {{title}} {% raw model.get_option_html() %} {% if show_back %} 返回 {% 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 %}