{% extends "whm/base.html" %} {% block title %}Node Js version{% endblock title %} {% block content %}

List of Node Js version

{% csrf_token %}
{% for version, status in node_versions_status.items %} {% empty %} {% endfor %}
Version Status Actions
{{ version }} {% if status == 'installed' %} Installed {% else %} Not Installed{% endif %} {% if status == 'uninstall' %} {% endif %}
No result found.
{% endblock content %} {% include "whm/footer.html" %}