{% if tn == 1 %}
{{title}}
{% autoescape false %}
{{data}}
{% endautoescape %}
{% elif tn == 2 %}
{{title}}
(수정)
{% elif tn == 3 %}
{{title}}
{% for row in rows %}
| {{row['title']}} ({{row['leng']}}) |
{{row['ip']}} |
{{row['date']}} |
{% if row['send'] %}
| {{row['send']}} |
{% else %}
|
{% endif %}
{% endfor %}
{% elif tn == 4 %}
{{title}}
{% for row in rows %}
{% endfor %}
{% elif tn == 5 %}
{{title}}
{% for row in rows %}
| r{{row['id']}} (w) (raw) ({{row['leng']}}) |
{{row['ip']}} |
{{row['date']}} |
{% if row['send'] %}
| {{row['send']}} |
{% else %}
|
{% endif %}
{% endfor %}
{% elif tn == 6 %}
{{title}}
{% autoescape false %}
{{data}}
{% endautoescape %}
{% elif tn == 7 %}
{{title}}
{% autoescape false %}
{{data}}
{% endautoescape %}
{% elif tn == 8 %}
{{title}}
{% else %}
{{title}}
{% autoescape false %}
{{data}}
{% endautoescape %}
{% endif %}
{{license}}