{% extends 'castle_tours/base.html' %} {% load i18n %} {% block title %}Wochenzettel{% endblock title %} {%block content %} {% load static %}
{% csrf_token %}
Wochenzettel
{% comment %}
{% csrf_token %}
{% endcomment %}
{% csrf_token %}
{% comment %}
{% csrf_token %}
{% endcomment %}
{% for guide in assigned_guides %} {% load custom_filters %} {% endfor %}
Date Time Number Type of tour Customer Language Pre-assigned guide
{{ guide.event_day }}
{{ guide.event_date|date }}
{{ guide.event_start_time|time }} Uhr - {{ guide.event_end_time|time }} Uhr
{{ guide.process_number|remove_quotes }} {{ guide.event_designation }} {{ guide.abbreviation }} {{ guide.client|remove_quotes }} {{ guide.event_language|remove_quotes }} {{ guide.employees_name|remove_quotes}}
Upload New
{% if uploaded_file_path %}

Uploaded File: {{ uploaded_file_name }}

View File {% else %}

{% endif %}
{% comment %} {% if uploaded_file_path %} {% endif %} {% endcomment %} {% comment %} {% endcomment %}
{% comment %} {% endcomment %}
{% endblock content %} {% block js %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% if messages %} {% comment %} {% endcomment %} {% endif %} {% endblock js %}