{% extends 'page-blank.html' %} {% block content %}
{{ title }}
{% set fieldsLength = 1 %} {% for i,j in fields %}{% if !hidden[i] %} {% set fieldsLength = fieldsLength+1 %} {% endif %}{% endfor %} {% set hasData = 0 %} {% for i,j in data %} {% set hasData = 1 %} {% for c,v in fields %}{% if !hidden[c] %} {% endif %}{% endfor %} {% if getActions %} {% endif %} {% endfor %} {% if !hasData %} {%endif%}
{{ j }} Actions
{% if checkboxs[c] %} {% if j[c] %} ON {% else %} OFF {% endif %} {% elseif listes[c] %} {{ listes[c][j[c]] || " - " }} {% elseif listValues[c] %} {% set ll = 1 %} {% for l,m in j[c] %} {% set ll = 0 %} {{listValues[c][l]}} {% endfor %} {% if ll %} - {% endif %} {% else %} {{ j[c] || " - " }} {% endif %} {{ getActions(j,user) }}
** Pas de données **
{% endblock %} {% block css %}{% endblock %} {% block js %} {% endblock %}