{% extends "whm/base.html" %} {% block title %}My php{% endblock title %} {% block content %}

List of PHP Version

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