{% if title == "Início" %} {% set title = "Início" %} {% elseif title == "Tag" %} {% set title = "Tag: " + tag %} {% endif %} {% extends 'layouts/layout.html' %} {% block body %}
{{ w.modComments.comment }}
{% endif %}
{% if w.status == 'waiting' %}
Waiting
| {{ w.modComments.comment }}
{% endif %}
{% if w.status == 'pending' %}
Pending
| {{ w.modComments.comment }}
{% endif %}
{% if w.status == 'approved' %}
Approved
| {{ w.modComments.comment }}
{% endif %}
{% if w.status == 'paused' %}
Paused
| {{ w.modComments.comment }}
{% endif %}
{% if w.status == 'nonlibre' %}
Non-libre
| {{ w.modComments.comment }}
{% endif %}
{% if w.status == 'offensive' %}
Offensive
| {{ w.modComments.comment }}
{% endif %}
{% if w.status == 'wrongtype' %}
Wrong Type
| {{ w.modComments.comment }}
{% endif %}
{% if w.status == 'striked' %}
Striked
| {{ w.modComments.comment }}
{% endif %}