{{ topic.user.pseudo|capitalize }}
{{ time_diff(topic.publishDate) }}
Espace Modération
Validations des publications
Topics en attente
{% if lastWaitingTopics|length == 0 %}
Aucun topic en attente de validation
{% else %}
{% for topic in lastWaitingTopics %}
{{ topic.title|capitalize }}
{# OnClick TopicCard: détails et boutons validation/refus #}
{% endfor %}
{% endif %}
Médias en attente
Aucun média en attente de validation
{% else %} {% endif %}Contrôle des publications
{# Section Signalements/Reports #} {# Ajax apercu on clic #}Signalements
{% if reports|length > 0 %}
{% set index = 0 %}
{% for report in reports %}
{# Partie cachée de la reportCard (chargé Ajax) #}
Innocenter
{% set index = index + 1 %}
{% endfor %}
{% else %}
{% if report.objectType == "topicPost" or report.objectType == "mediaPost" %}
{% set objectType = "post" %}
{# {% elseif report.objectType == "media" %} #}
{# MediaPreview #}
{% else %}
{% set objectType = report.objectType %}
{% endif %}
{# Détails motifs #}
{{ objectType|capitalize }}
#{{ report.objectId }}
Signalements: {{ report.nbrReports }}
VOIR
{# Loader pendant ajax #}
{# LOADING ... #}
Loading...
Innocenter
{# Status author si actuellement muted/banned #}
{# Toggle mute/ban modes #}
Mute
Ban
Aucun
{# censure form #}
Aucun signalement en attente
{% endif %}Censures
{{ form_widget(formAddCensoredWord.word) }}
{{ form_widget(formAddCensoredWord.submit) }}
{{ form_end(formAddCensoredWord) }}
 }})