{% block styles %}{% endblock %} {% block javascripts %}{% endblock %}
It looks you have disabled Javascript in your browser:'(
Unfortunately that means some features may not work properly. Please enable Javascript.
Toggle navigation
Racks
{% if user.is_authenticated %}
{% for section in request.navigation.sections %}
{{ section.label }}
{% endfor %}
{% if user.first_name and user.last_name %}{{ user.first_name }} {{ user.last_name }}{% else %} {{ user.username }}{% endif %}
Profile
Applications
Assigned
Responsible
Authorize on Launchpad
Logout
{% endif %}
{% block full_width_container %}
{% if request.navigation.active_section %}
{% for subsection in request.navigation.active_section %}
{{ subsection.label }}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% endblock full_width_container %}
{% block extracontent %}{% endblock %}