{% extends 'base.html' %} {% block title %} Atlas {% endblock %} {% block navigation %} {% if request.user.is_authenticated %} Atlas Collections Toggle Dropdown Collections to view / take Manage Collections Create collection Cases Toggle Dropdown Manage Cases Create Case Normals Series Toggle Dropdown Manage Series Create Series Categories Toggle Dropdown All categories Conditions Findings Structures Subspecialties Presentations Pathological process {% if request.user.is_staff %} Create New condition New finding New structure New subspecialty New presentation New pathological process {% endif %} Resources Toggle Dropdown Manage Resources Create Resource Uploads Question Schemas Help {% endif %} {% comment %} Questions by: author {% endcomment %} {% endblock %} {% block content %} {% endblock %}