File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% if shepherd %}
2+ < p >
3+ The shepherd you are trying to designate does not have a personal user-id and password to log-on to the Datatracker.
4+ </ p >
5+ < p >
6+ An email will be sent to the following addresses to inform that
7+ the person you have designated to be one of your document shepherds
8+ currently does not have login credentials for the Datatracker
9+ and should contact the Secretariat to obtain their own user-id and
10+ password for the Datatracker.
11+ </ p >
12+ {% else %}
113< p >
214The delegate you are trying to designate does not have a personal user-id and password to log-on to the Datatracker.
315</ p >
416< p >
5- An email will be sent to the following address to inform that the person designated sould contact with the Secretariat
6- to obtain their own user-id and password to the Datatracker.
17+ An email will be sent to the following addresses to inform that
18+ the person you have designated to be one of your delegates
19+ currently does not have login credentials for the Datatracker
20+ and should contact the Secretariat to obtain their own user-id and
21+ password for the Datatracker.
722</ p >
23+ {% endif %}
824< ul >
925{% for email in email_list %}
1026< li > {{ email }}</ li >
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ def get_email_list(self):
278278
279279 def as_p (self ):
280280 email_list = self .get_email_list ()
281- info = render_to_string ('wgchairs/notexistdelegate.html' , {'email_list' : email_list })
281+ info = render_to_string ('wgchairs/notexistdelegate.html' , {'email_list' : email_list , 'shepherd' : self . shepherd })
282282 return info + super (NotExistDelegateForm , self ).as_p ()
283283
284284 def send_email (self , email , template ):
You can’t perform that action at this time.
0 commit comments