{% block title %}
CameraHub
{% endblock %}
{% load static %}
{% block sidebar %}
CameraHub
{% if user.is_authenticated %}
Logout
{{ user.username }}
Change password
{% else %}
Login
{% endif %}
Home
About
{% if user.is_authenticated %}
Accessories
Archives
{% endif %}
Batteries
{% if user.is_authenticated %}
Bulk films
Cameras
{% endif %}
Camera models
Developers
{% if user.is_authenticated %}
Enlargers
Films
{% endif %}
Film stocks
{% if user.is_authenticated %}
Filters
Flashes
{% endif %}
Flash protocols
Formats
{% if user.is_authenticated %}
Lenses
{% endif %}
Lens models
Manufacturers
Mounts
{% if user.is_authenticated %}
Mount adapters
Negatives
{% endif %}
Negative sizes
{% if user.is_authenticated %}
Orders
{% endif %}
Paper stocks
{% if user.is_authenticated %}
People
Prints
{% endif %}
Processes
{% if user.is_authenticated %}
Repairs
Scans
Series
Teleconverters
{% endif %}
Toners
{% endblock %}
{% block heading %}{% endblock %} {% block subheading %}{% endblock %} {% block content %} {% endblock %} {% block actions %}{% endblock %}
{% block pagination %} {% if is_paginated %}
{% if page_obj.has_previous %}
previous
{% endif %}
Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}.
{% if page_obj.has_next %}
next
{% endif %}
{% endif %} {% endblock %}
{% block footer %}{% include "footer.html" %}{% endblock %}