{% extends 'base.html' %} {% block content %} {% if domains %} {% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% if "Error" in message %} {% else %} {% endif %} {% endfor %} {% endif %} {% endwith %}
{{ _("Install WordPress on an existing domain.") }}
| {{ _("Domain") }} | {{ _("WordPress Version") }} | {{ _("Admin Email") }} | {{ _("Created on") }} | {{ _("Actions") }} |
|---|---|---|---|---|
| {{ row[3] }} | {{ row[2] }} | {{ row[4] }} | {{ _("Login as Admin") }} {{ _("Manage") }} |
{{ _("You don't have WordPress sites connected yet. Install a new WordPress site or scan to find existing ones.") }}
{{ _("or") }}
{{ _("Add a domain name first in order to install WordPress.") }}
{{ _("Add a Domain Name") }}