{% extends 'mufukoadmin/extends/admin.html' %} {% load static %} {% block content %}
{% if licenses_all %} {% for license in licenses_all %} {% endfor %}
SN License Key Remaining Days Expiry Date Business Actions
{{ forloop.counter }}. {{ license.license_key }} {{ license.remaining_days }} days {{ license.expiry_date }} {{ license.business.name }}
{% else %}

No license Found

{% endif %}
{% endblock %}