{% 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") }}

{{ _("Install WordPress on an existing domain.") }}


{% if data %} {% if view_mode == 'table' %} {% for row in data %} {% set domain_url = row[0] %} {% endfor %}
{{ _("Domain") }} {{ _("WordPress Version") }} {{ _("Admin Email") }} {{ _("Created on") }} {{ _("Actions") }}
{{ row[0] }} Favicon {{ row[0] }} {{ row[3] }} {{ row[2] }} {{ row[4] }} {{ _("Login as Admin") }} {{ _("Manage") }}
{% endif %} {% if view_mode == 'cards' %}
{% for row in data %}
{{ row[0] }}
{{ _("WordPress") }} {{ row[3] }}
{% endfor %}
{% endif %}
{% else %}

{{ _("No WordPress Installations") }}

{{ _("You don't have WordPress sites connected yet. Install a new WordPress site or scan to find existing ones.") }}

{{ _("or") }}

{% endif %} {% else %}

{{ _("No Domains") }}

{{ _("Add a domain name first in order to install WordPress.") }}

{{ _("Add a Domain Name") }}
{% endif %} {% endblock %}