equal
deleted
inserted
replaced
2 {% load local_perms %} |
2 {% load local_perms %} |
3 {% get_local_perm request can_create_text as can_create_text %} |
3 {% get_local_perm request can_create_text as can_create_text %} |
4 |
4 |
5 <div id="header_controls"> |
5 <div id="header_controls"> |
6 |
6 |
|
7 {% if not DISABLE_TRACKING %} |
|
8 <a id="hide-piwik-cookies-optout">{% blocktrans %}Privacy policy{% endblocktrans %} ▼ </a> · |
|
9 {% endif %} |
7 {% if user.is_authenticated %}<b>{{ user.username }}</b> ·{% endif %} |
10 {% if user.is_authenticated %}<b>{{ user.username }}</b> ·{% endif %} |
8 <a title="{% blocktrans %}Home{% endblocktrans %}" href="{% url index %}">{% blocktrans %}Home{% endblocktrans %}</a> |
11 <a title="{% blocktrans %}Home{% endblocktrans %}" href="{% url index %}">{% blocktrans %}Home{% endblocktrans %}</a> |
9 {% if can_create_text %} |
12 {% if can_create_text %} |
10 · <a title="{% blocktrans %}Create a text{% endblocktrans %}" href="{% url text-create-content %}">{% blocktrans %}Create a text{% endblocktrans %}</a> |
13 · <a title="{% blocktrans %}Create a text{% endblocktrans %}" href="{% url text-create-content %}">{% blocktrans %}Create a text{% endblocktrans %}</a> |
11 · <a title="{% blocktrans %}Upload a text{% endblocktrans %}" href="{% url text-create-upload %}">{% blocktrans %}Upload a text{% endblocktrans %}</a> |
14 · <a title="{% blocktrans %}Upload a text{% endblocktrans %}" href="{% url text-create-upload %}">{% blocktrans %}Upload a text{% endblocktrans %}</a> |