{% extends 'base.html' %} {% block content %}

Features

{% if data %}
{% for license in data %}
{{ license.created }} {{ license.name }}
{{ license.description }}
{% endfor %}
{% endif %}
Import Feature Key
{% endblock %}