]> git.0d.be Git - panikweb.git/blob - panikweb_templates/templates/includes/metaNav.html
translate labels
[panikweb.git] / panikweb_templates / templates / includes / metaNav.html
1 {% load i18n %}
2 <nav class="contextual-menu wrapper">
3                 <ul class="distributed">
4                         <!--<li><a href="{% url 'get' %}">☰</a></li>-->
5                         <li class="{% if sectionName = "Home" %}active{% endif %}"><a href="{% url 'home' %}">
6                                 <span class="icon-home"></span>
7                                 <span class="iconLabel">{% trans 'Home' %}</span>
8                         </a></li>
9                         <li class="{% if sectionName = "News" %}active{% endif %}"><a href="{% url 'news' %}">
10                                 <span class="icon-bullhorn" ></span>
11                                 <span class="iconLabel">{% trans 'News' %}</span>
12                         </a></li>
13                         <li class="{% if sectionName = "Listen" %}active{% endif %}"><a href="{% url 'listen' %}">
14                                 <span class="icon-headphones" ></span>
15                                 <span class="iconLabel">{% trans 'Listen' %}</span>
16                         </a></li>
17                         <li class="{% if sectionName = "Emissions" %}active{% endif %}"><a href="{% url 'emissions' %}">
18                                 <span class="icon-calendar" ></span>
19                                 <span class="iconLabel">{% trans 'Program' %}</span>
20                         </a></li>
21                         <li class="{% if sectionName = "About" %}active{% endif %}"><a href="/la-radio/">
22                                 <span class="icon-info-sign" ></span>
23                                 <span class="iconLabel">{% trans 'About' %}</span>
24                         </a></li>
25                         <li class="{% if sectionName = "Search" %}active{% endif %}"><a href="{% url 'search' %}">
26                                 <span class="icon-search" ></span>
27                                 <span class="iconLabel">{% trans 'Search' %}</span>
28                         </a></li>
29                 </ul>
30 </nav>