+ data-content='{% trans "Here you can start editing a new resource or view your resources and all published resources." %}'
+ {% endif %}>
+ <a href="#" class="dropdown-toggle" type="button" data-toggle="dropdown" style="color: white">
+ {% trans "Resources" %}
+ <span class="caret"></span>
+ </a>
+ <ul class="dropdown-menu">
+ <li><a href="{% url 'catalogue_create_missing' %}">{% trans "New resource" %}</a></li>
+ {% if user.is_authenticated %}
+ <li><a href="{% url 'catalogue_user' %}">{% trans "My resources" %}</a></li>
+ {% endif %}
+ <li><a href="{% url 'catalogue_finished' %}">{% trans "Finished resources" %}</a></li>
+ </ul>
+</li>
+