Skip to content
Snippets Groups Projects
Commit 2aeb5b53 authored by permcu's avatar permcu
Browse files

Add load-tags to register-printout-subtemplates

parent 65dcb1d3
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
{% load static i18n data_helpers %}
<h4>{% blocktrans %}Personal Overview: {{ person.last_name }}, {{ person.first_name }}{% endblocktrans %}</h4> <h4>{% blocktrans %}Personal Overview: {{ person.last_name }}, {{ person.first_name }}{% endblocktrans %}</h4>
<h5>{% blocktrans %}Contact Details{% endblocktrans %}</h5> <h5>{% blocktrans %}Contact Details{% endblocktrans %}</h5>
......
{% load i18n %}
<h4>{% trans "Abbreviations" %}</h4> <h4>{% trans "Abbreviations" %}</h4>
<h5>{% trans "General" %}</h5> <h5>{% trans "General" %}</h5>
......
{% load i18n %}
<h4>{% trans 'Coursebook' %}</h4> <h4>{% trans 'Coursebook' %}</h4>
<table class="small-print"> <table class="small-print">
......
{% load static i18n %}
<div class="center-align"> <div class="center-align">
<h1>{% trans 'Class Register' %}</h1> <h1>{% trans 'Class Register' %}</h1>
<h5>{{ group.school_term }}</h5> <h5>{{ group.school_term }}</h5>
......
<h4>{% blocktrans with group=group.name $}Persons in Group {{ group }}{% endblocktrans %}</h4> <h4>{% blocktrans with group=group.name $}Persons in Group {{ group }}{% endblocktrans %}</h4>
{% load i18n data_helpers %}
<table id="persons"> <table id="persons">
<thead> <thead>
......
{% load i18n %}
<table id="lessons"> <table id="lessons">
<thead> <thead>
<tr> <tr>
......
{% extends "core/base_print.html" %} {% extends "core/base_print.html" %}
{% load static i18n data_helpers week_helpers %} {% load static i18n %}
{% block page_title %} {% block page_title %}
{% trans "Class Register:" %} {{ group.name }} {% trans "Class Register:" %} {{ group.name }}
......
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