lc_ldap/printing/templates/blacklist

13 lines
468 B
Text

{{"Blackliste : "|coul('gras')}}{{o.type|coul('rouge')}}
{{"Commentaire : "|coul('gras')}}{{o.comm}}
{{"Date de début : "|coul('gras')}}{{o.debut|timeformat('%d/%m/%Y %H:%M:%S')}}
{{"Date de fin : "|coul('gras')}}{% if o.fin != '-' %}
{{o.fin|timeformat('%d/%m/%Y %H:%M:%S')}}
{% else %}
{{"sans fin"|coul('rouge')}}
{% endif %}
{{"État : "|coul('gras')}}{% if o.actif %}
{{"ACTIVE"|coul('rouge')}}
{% else %}
{{"INACTIVE"|coul('vert')}}
{% endif %}