{% extends 'base.html' %} {% load commonmark %} {% load static from staticfiles %} {% load imageutils %} {% block content %}

{{ camp.title }} Backoffice

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

{% if perms.camps.infodesk_permission %}

Hand Out Products

Use this view to mark products such as merchandise, cabins, fridges and so on as handed out.

Check-In Tickets

Use this view to check-in tickets when participants arrive.

Hand Out Badges

Use this view to mark badges as handed out.

{% endif %} {% if user.is_staff %}

Approve Public Credit Names

Use this view to check and approve users Public Credit Names

Manage Proposals

Use this view to manage SpeakerProposals and EventProposals

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

{% endif %}
{% endblock content %}