{% extends 'admin/_layout.html.twig' %} {% block admin %}

Thèmes

Couleur

{% for key, c in palette %} {% endfor %}
{% for t in themes %} {% set c = palette[t.color] ?? {'label': t.color, 'hex': '#8a8a8a'} %}

{{ t.name }}

/theme/{{ t.slug }} · {{ c.label }}

{{ t.podcasts|length }} conférence{{ t.podcasts|length > 1 ? 's' : '' }}
{% else %}

Aucun thème pour l'instant — créez-en un ci-dessus.

{% endfor %}

Thèmes

Associer des conférences
{% endblock %}