Revision 26f1983a invitations/templates/invitations.html

b/invitations/templates/invitations.html
1
{% load i18n %}{% if not ajax %}<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2
        "http://www.w3.org/TR/html4/loose.dtd">
3
<html>
4
<head>
5
<title>{% trans "Invitations" %}</title>
6
</head>
7
<body>
8
{% endif %}
1
{% load i18n %}
9 2
<div class="invitations-left">({% blocktrans count invitations_left as left %}
10 3
{{ left }} invitation left
11 4
{% plural %}
12 5
{{ left }} invitations left
13 6
{% endblocktrans %})</div>
7

  
14 8
<form action="/invitations/" method="post" id="invform">
15 9
    {% csrf_token %}
16 10
    
......
58 52
        </ul>
59 53
    </div>
60 54
</div>
61

  
62
</body>
63
</html>

Also available in: Unified diff