Ignore:
Timestamp:
25 Feb 2017, 17:59:47 (8 years ago)
Author:
Henrik Bettermann
Message:

Modify introduction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/reports/session_results_presentation.py

    r14528 r14592  
    3131    @property
    3232    def introduction (self):
     33        havenot = ''
     34        if len(self.data[0]):
     35            havenot = '/have not'
    3336        text = """I present to Senate, on behalf of the Faculty Board,
    3437the results of courses taught and examinations held this academic session.
    35 The following candidate(s) have/have not satisfied the degree requirements
    36 of the Faculty and have/have not qualified for the award of a degree as follows:
    37 """
     38The following candidate(s) have%s satisfied the degree requirements
     39of the Faculty and have%s qualified for the award of a degree as follows:
     40""" % (havenot, havenot)
    3841        return text
    3942
Note: See TracChangeset for help on using the changeset viewer.