{% extends 'leprikon/default.html' %} {% load i18n cms_tags leprikon_tags %} {% block content %}

{% block title %}{% trans 'Summary' %}{% endblock %}

{% static_placeholder "leader_summary" %} {% if timesheets.count %}

{% trans 'Timesheets to be submitted' %}

{% for object in timesheets %} {% include 'leprikon/timesheet_preview.html' %} {% endfor %} {% endif %} {% if subjects.count %} {% for object in subjects %} {% include 'leprikon/subject_preview.html' with object=object.subject %} {% endfor %} {% endif %} {% endblock %}