Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Alsijil
Merge requests
!67
Resolve "[Week view] Show only group members"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "[Week view] Show only group members"
80-week-view-show-only-group-members
into
master
Overview
0
Commits
2
Pipelines
3
Changes
2
Merged
Jonathan Weth
requested to merge
80-week-view-show-only-group-members
into
master
4 years ago
Overview
0
Commits
2
Pipelines
3
Changes
2
Expand
Closes
#80 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Viewing commit
7e29bca5
Prev
Next
Show latest version
2 files
+
32
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
7e29bca5
Filter persons and personal notes according to selected instance (group etc.)
· 7e29bca5
Jonathan Weth
authored
4 years ago
aleksis/apps/alsijil/templates/alsijil/class_register/week_view.html
+
5
−
5
Options
@@ -88,15 +88,15 @@
{% blocktrans %}Personal notes{% endblocktrans %}
</span>
{% for person in persons %}
<h5
class=
"card-title"
>
{{ person.full_name }}
</h5>
<h5
class=
"card-title"
>
{{
person.
person.full_name }}
</h5>
<p
class=
"card-text"
>
{% trans "Absent" %}: {{ person.absences_count }}
({{ person.unexcused_count }} {% trans "unexcused" %})
{% trans "Absent" %}: {{
person.
person.absences_count }}
({{
person.
person.unexcused_count }} {% trans "unexcused" %})
</p>
<p
class=
"card-text"
>
{% trans "Summed up tardiness" %}: {{ person.tardiness_sum }}'
{% trans "Summed up tardiness" %}: {{
person.
person.tardiness_sum }}'
</p>
{% for note in person.personal_notes
|only_week:week
%}
{% for note in person.personal_notes %}
{% if note.remarks %}
<blockquote>
{{ note.remarks }}
Loading