{% extends 'base.html' %} {% load commonmark %} {% load static %} {% load imageutils %} {% block title %} {{ camp.title }} Backoffice | {{ block.super }} {% endblock %} {% block content %}

{{ camp.title }} Backoffice

Welcome to the promised land! Please select your desired action below:

Facilities

{% if perms.camps.orgateam_permission %}

Facility Types

See and manage facility types

Facilities

See and manage facilites

{% endif %} {% for team in facilityfeedback_teams %} {% if "camps."|add:team.permission_set in perms %}

Feedback for {{ team.name }} Team

See unhandled feedback for facilities managed by {{ team.name }} Team

{% endif %} {% endfor %} {% if perms.camps.infoteam_permission %}

Info Team

Scan tickets

Use this to get scan tickets

{% endif %} {% if perms.camps.contentteam_permission %}

Content Team

Approve Feedback

Use these views to approve or reject EventFeedback

Approve/Reject Pending Proposals

Use these views to approve/reject pending SpeakerProposals and EventProposals

AutoScheduler

Use these views to manage the AutoScheduler

Events

Use these views to manage Events

EventLocations

Use these views to manage EventLocations

EventProposals

Use these views to see all EventProposals

EventSessions

Use these views to manage EventSession objects. Each EventSession is parent to one or more related EventSlot objects, which is what Events are scheduled in.

EventSlots

Use these views to see EventSlot objects. Events are scheduled in EventSlots. An EventSlot belong to an EventSession, which is what defines the EventType and EventLocation of the EventSlot.

EventTypes

Use these views to manage EventTypes

Speakers

Use these views to manage Speakers

SpeakerProposals

Use these views to see all SpeakerProposals

{% endif %} {% if perms.camps.orgateam_permission %}

Orga Team

Approve Public Credit Names

Use this view to check and approve users Public Credit Names

Merchandise Orders

Use this view to look at Merchandise Orders

Merchandise To Order

Use this view to generate a list of merchandise that needs to be ordered

Village Orders

Use this view to look at Village category OrderProductRelations

Village Gear To Order

Use this view to generate a list of village gear that needs to be ordered

Shop Ticket Overview

Use this to list shop tickets

Edit and Release Held Emails

Use this view to edit and release OutgoingEmailQueue objects on hold.

{% endif %} {% if perms.camps.economyteam_permission %}

Economy Team

Chains

Use this view to see the Chains and Credebtors registered in the system.

Expenses

Use this view to see and approve/reject expenses.

Reimbursements

Use this view to view and create reimbursements for approved expenses.

Revenues

Use this view to see and approve/reject revenues.

{% endif %}

External Content

Proxied Content

Use this view to see proxied content

{% endblock content %}