{% extends "base.html" %} {% block title %}Actions — JH Photomaton{% endblock %} {% block nav_links %} Dashboard Galerie Actions Impression Réglages Événements Déconnexion {% endblock %} {% block content %}
Associe chaque nombre de clics à une action dans photobooth-app. L'index correspond à la position dans la liste des actions (0 = première action).
| Clics | Label affiché | Index action (photobooth) | Action correspondante | |
|---|---|---|---|---|
| {% if n == 1 %}1 clic{% else %}{{ n }} clics{% endif %} | {% set idx = mapping.get('photobooth_index', 0) %} {% if pb_actions and idx < pb_actions|length %} {{ pb_actions[idx].name }} {% else %}—{% endif %} |