{% extends 'layouts/base.html' %} {% load static %} {% block title %}Lista de Licenças - PDL{% endblock %} {% block content %}
| Chave | Domínio | Empresa | Tipo | Status | Expira em | Verificações | Ações |
|---|---|---|---|---|---|---|---|
{{ license.license_key|truncatechars:20 }}
|
{{ license.domain }}
{% if license.contact_email %}
{{ license.contact_email }} {% endif %} |
{% if license.company_name %} {{ license.company_name }} {% else %} - {% endif %} | {% if license.license_type == 'free' %} PDL FREE {% else %} PDL PRO {% endif %} | {% if license.status == 'active' %} Ativa {% elif license.status == 'expired' %} Expirada {% elif license.status == 'suspended' %} Suspensa {% else %} Inativa {% endif %} | {% if license.expires_at %} {% if license.is_expired %} Expirada {% elif license.days_until_expiry <= 30 %} {{ license.days_until_expiry }} dias {% else %} {{ license.expires_at|date:"d/m/Y" }} {% endif %} {% else %} Nunca expira {% endif %} |
{{ license.verification_count }}
{% if license.last_verification %}
{{ license.last_verification|date:"d/m/Y H:i" }} {% endif %} |
Não há licenças que correspondam aos filtros aplicados.
Criar Primeira Licença