Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects / intro.html @ fdb7ff88

History | View | Annotate | Download (516 Bytes)

1
{% extends "im/projects/intro_base.html" %}
2
{% load i18n %}
3
{% block intro_top %}
4
<div class="two-cols clearfix">
5
  <div class="rt">
6
    &nbsp;
7

    
8
  </div>
9
  <div class="lt">
10
    <p>
11
    {% blocktrans %}
12
    {{ BRANDING_SERVICE_NAME }} gives you the opportunity to run your own 
13
    projects on virtual infrastracture or to be a member to other 
14
    {{ BRANDING_SERVICE_NAME }} users' projects.<br>
15
    Simple, fast, and with minimal to no cost at all.
16
    {% endblocktrans %} 
17
    </p>
18
  </div>
19
</div>
20
{% endblock %}