parent
7a2629e9dd
commit
a098c38dd9
@ -1,13 +1,17 @@ |
||||
{% extends 'layout/layout_1_col.tpl'|get_template %} |
||||
{% import 'default/macro/macro.tpl' as display %} |
||||
|
||||
{% block content %} |
||||
{{ introduction_message }} |
||||
<a |
||||
href="javascript:void(0);" |
||||
class="ajax" |
||||
data-title="{{ intro_title | escape}}" |
||||
data-content="{{ intro_content | escape }}" |
||||
> |
||||
<h4>{{ intro_title }}</h4> |
||||
</a> |
||||
|
||||
<h3>{{ 'PendingStudentPublications' | get_lang }}</h3> |
||||
{{ display.collapse('PendingStudentPublications', 'PendingStudentPublications' | get_lang, table, false, true) }} |
||||
|
||||
{{ table }} |
||||
|
||||
<h3>{{ 'StudentPublicationsSent' | get_lang }}</h3> |
||||
|
||||
{{ table_with_results }} |
||||
{{ display.collapse('StudentPublicationsSent', 'StudentPublicationsSent' | get_lang, table_with_results, false, false) }} |
||||
{% endblock %} |
||||
|
Loading…
Reference in new issue