Skip to content
Snippets Groups Projects
Verified Commit e24effa5 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

[Full register print out] Show abbreviations of available extra marks

parent 15bee250
No related branches found
No related tags found
1 merge request!68Resolve "Add option to configure extra marks for personal notes"
Pipeline #3066 passed
......@@ -97,6 +97,18 @@
</ul>
{% endif %}
{% if extra_marks %}
<h5>{% trans "Available extra marks" %}</h5>
<ul class="collection">
{% for extra_mark in extra_marks %}
<li class="collection-item">
<strong>{{ extra_mark.short_name }}</strong> {{ extra_mark.name }}
</li>
{% endfor %}
</ul>
{% endif %}
<div class="page-break">&nbsp;</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment