File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
gcampus/mail/templates/gcampusmail Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33{% block content %}
44 {% translate "Automatic access key deactivation" as header_text %}
55 {% translate "N/A" context "no value provided (water name, comment, etc)" as not_any %}
6- {% firstof course_name not_any asvar name %}
7- {% firstof course_school not_any asvar school %}
6+ {% firstof course_name not_any as name %}
7+ {% firstof course_school not_any as school %}
88 {% url "gcampusauth:course-access-keys" as course_url %}
99 {% blocktranslate trimmed asvar content_text with course_url=url name=course_name school=course_school days=days %}
1010 Some access keys of the course you registered on GewässerCampus
Original file line number Diff line number Diff line change 33{% block content %}
44 {% translate "Your course has been deleted" as header_text %}
55 {% translate "N/A" context "no value provided (water name, comment, etc)" as not_any %}
6- {% firstof course_name not_any asvar name %}
7- {% firstof course_school not_any asvar school %}
6+ {% firstof course_name not_any as name %}
7+ {% firstof course_school not_any as school %}
88 {% blocktranslate trimmed asvar content_text with name=course_name school=course_school days=days %}
99 The course you registered on GewässerCampus
1010 (course name: {{ name }}, school: {{ school }}) has been deleted
You can’t perform that action at this time.
0 commit comments