{% load i18n %} {% load static %} {% for key in lic_keys %} {% endfor %}
# {% trans 'Key description table header' %} {% trans 'Key plan table header' %} {% trans 'Key expiration table header' %} {% trans 'Key amount models table header' %} {% trans 'Key waf id table header' %} {% trans 'Key actions table header' %}
{{ forloop.counter }} {{ key.description }} {{ key.tarif }} {{ key.days_left }} {{ key.models_num }} {{ key.waf_id }} {% include 'main/edit_key.html' %} {% include 'main/delete_key.html' %}