{% extends "base.html" %} {% load i18n %} {% load static %} {% load render_upload_form %} {% block content %} Toggle navigation {{ config.CONTEXT_LOCATION }} Dashboard (current) Feedback {% if request.user.is_authenticated %} {% url 'tabbed-page' config.DEFAULT_TABBED_PAGE_NAME config.DEFAULT_TAB_NAME as next_url %} {% trans 'data' as type_label %} Upload data {% render_upload_form config.GLOBAL_DATA_SOURCE next_url type_label %} {% endif %} {% if request.user.is_authenticated %} Export data {% trans "All Feedback (CSV)" %} {% trans "Location data (CSV)" %} {% endif %} {% if request.user.is_authenticated %} Settings Your Account {{ request.user }} {% trans "Administration" %} {% trans "Log out" %} {% endif %}