1 {% load i18n staticfiles %}
2 {% load url from future %}
6 <title>Polytechnique.net - {% block title %}{% trans
"Groups" %}{% endblock %}
</title>
7 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
8 <link href=
"{% static 'css/bootstrap.min.css' %}" rel=
"stylesheet">
9 <!-- Le HTML5 shim, for IE6-
8 support of HTML5 elements --
>
11 <script src=
"http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
13 <link href=
"{% static 'css/common.css' %}" rel=
"stylesheet">
14 {% block css %}{% endblock %}
18 <div class=
"navbar navbar-fixed-top">
19 <div class=
"navbar-inner">
20 <div class=
"container">
21 <a class=
"logo-nav pull-left" href=
"{% url 'home' %}"><img src=
"" alt=
"Logo"></a>
22 {% if user.is_authenticated %}
23 <p class=
"navbar-text pull-right">
24 <a href=
"#">{{ user.get_full_name }}
</a>
26 <a href=
"{% url 'logout' %}">
27 <span class=
"picto picto-logout"></span>{% trans
"Log Out" %}
30 <div class=
"nav-collapse collapse">
32 <li{% if top == 'groups' %}
class=
"active"{% endif %}
>
33 <a href=
"{% url 'groups:group-list' %}">
37 <li{% if top == 'events' %}
class=
"active"{% endif %}
>
38 <a href=
"{% url 'events:event-list' %}">
39 {% trans
"Événements" %}
42 <li{% if top == 'blih' %}
class=
"active"{% endif %}
>
43 <a href=
"#">{% trans
"Blih" %}
</a>
45 <li{% if top == 'bloh' %}
class=
"active"{% endif %}
>
51 </div><!--/.nav-collapse --
>
57 <div class=
"container wrapper">
59 {% for message in messages %}
60 <div class=
"alert {% if message.tags %}alert-{{ message.tags }}"{% endif %}
>{{ message }}
</div>
63 <div class=
"row-fluid">
64 {% block full-content %} {# To use when the sidebar is not needed #}
65 <div class=
"span2 sidebar">
75 <div class=
"push"></div>
76 </div><!--/.container--
>
79 © Polytechnique.org
2013 -
80 <a href=
"http://xorg.polytechnique.org/">Association Polytechnique.org
</a> -
81 <a href=
"{{ contact_email }}">nous contacter
</a>
85 <script src=
"{% static 'js/lib/jquery-1.9.0.min.js' %}"></script>
86 <script src=
"{% static 'js/lib/bootstrap.min.js' %}"></script>