Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (503 Bytes)

1
{% block footer_content %}
2
 
3
<p class="termslink" style="float:right"><a href="{% url latest_terms %}">Terms of service</a></p>
4
{% if BRANDING_SHOW_COPYRIGHT%}
5
        <p><a href="{{ BRANDING_COMPANY_URL }}" target="_blank" title="{{ BRANDING_COMPANY_NAME }}">{{  BRANDING_COPYRIGHT_MESSAGE }}</a> All rights reserved.</p>
6
{% endif %}
7

    
8
 <div class="software">Powered by <a href="http://www.synnefo.org/">Synnefo</a> <span class="version">v{{ BRANDING_SYNNEFO_JS_LIB_VERSION }}</span></div>
9
 
10
{% endblock %}
11
 
12