Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / templates / partials / machines_empty.html @ a7091289

History | View | Annotate | Download (689 Bytes)

1
{% load i18n %}
2
<div id="emptymachineslist">
3
    <h1 id="welcomeheader">
4
            {% blocktrans %}
5
                    Welcome to {{ BRANDING_SERVICE_NAME }}!
6
            {% endblocktrans %}
7
             
8
    </h1>
9
    <br />
10
    <span class="welcomebody">{% trans "From this panel you will be able to manage your Virtual Machines (VMs)." %} <!-- If you don't know what a VM is: " %}<br /><a href="#">{% trans "take the tour" %}.</a> --></span>
11
    <br />
12
    <br />
13
    <span class="welcomebody">{% trans "The panel is currently empty, because you don't have any VMs yet. Start by clicking the orange button on the top left. The wizard will guide you through the whole process." %}</span>
14
    <br />
15
    <br /> 
16
</div>
17