{% extends "base.html" %} {% load crispy_forms_tags %} {% load juntagrico.common %} {% load static %} {% load i18n %} {% load juntagrico.config %} {% block page_title %}

{% blocktrans with v_assignment_pl=vocabulary.assignment_pl %}Alle deine {{ v_assignment_pl }}{% endblocktrans %}

{% endblock %} {% block content %} {% if request.user.member.subscription_current.current_members.count > 1 %}
{% blocktrans trimmed with v_subscription=vocabulary.subscription v_assignment_pl=vocabulary.assignment_pl %} Hier werden nur deine eigenen {{ v_assignment_pl }} angezeigt. Eine Übersicht der {{ v_assignment_pl }} für dein/e {{ v_subscription }} findest du im Abschnitt {{ v_assignment_pl }} hier: {% endblocktrans %} {{ vocabulary.subscription }}
{% endif %} {% crispy year_selection_form %} {% show_core as b_show_core %} {% config "assignment_unit" as c_assignment_unit %} {% if b_show_core %} {% endif %} {% for assignment in assignments %} {% if b_show_core %} {% endif %} {% endfor %} {% if b_show_core %}{% endif %}
{% trans "Datum" %} {% trans "Job" %} {% trans "Kern" %} {% trans "Wert" %}{% if c_assignment_unit == 'HOURS' %} [h]{% endif %}
{{ assignment.job.time|date:"D d.m.Y" }} {{ assignment.job.type }} {% if assignment.core_cache %} {% trans {% endif %} {{ assignment.amount }}
Total:
{% endblock %} {% block scripts %} {% block init_script %} {% endblock %} {% endblock %}