Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / billing.html @ 6e029beb

History | View | Annotate | Download (148 Bytes)

1
{% extends "im/account_base.html" %}
2

    
3
{% load filters %}
4

    
5
{% block page.body %}
6
    {% if data %}
7
        {{ data }}
8
    {% endif %}
9
{% endblock %}