{% if title == "Início" %} {% set title = "Início" %} {% elseif title == "Tag" %} {% set title = "Tag: " + tag %} {% endif %} {% extends 'layouts/layout.html' %} {% block body %}
{% if messages.success %} {% endif %} {% if messages.error %} {% endif %} {% if messages.info %} {% endif %}

{{t('Obras Enviadas')}}

{% macro showWatch(w) %}
Status: {% if not w.status %} Waiting | {{ 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 %}
Título: {{w.title}} | permalink: {{w.permalink}} | layout: {{w.layout}} | featured: {{w.featured}} | subtitle: {{w.subtitle}}
sinopse: {{w.sinopse}}
year: {{w.year}} | classind: {{w.classind}} | duration: {{w.duration}} | license: {{w.license}} | video: {{w.video}}
eps: {{w.eps}} | tags: {{w.tags}}
thumb480: {% if w.thumb480 %}
{% endif %}
imgbg: {% if w.thumb480 %}

{% endif %}


{% endmacro %} {% if user.mod or user.adm %} {% endif %}
{% endblock %}