{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "WordPress Sites - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "List WordPress Websites" %} {% trans "Create WordPress Website" %} {% trans "Scan WordPress " %}

{% trans "On this page you can launch, list, modify and delete Wordpress Sites from your server." %}

{% for sub in wpsite %} {% endfor %}
WordPress Site Title Login Domain Action

{{ sub.title }}

Visit
{% endblock %}