Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / footer.html @ e9083112

History | View | Annotate | Download (343 Bytes)

1
<div class="footer">
2
    {% block footer_content %}
3
    <div class="last row clearme">
4
        Copyright 2011-2012 <a href="http://www.grnet.gr" alt="GRNET S.A.">GRNET S.A.</a> All rights reserved.
5
        <div class="termslink" style="float:right"><a href="{% url latest_terms %}">Terms of use</a></div>
6
    </div>
7
    {% endblock %}
8
</div>
9