Person¶
Todo
Docstrings (module, operations)
Placeholders¶
-
class
indico.modules.events.persons.placeholders.
EmailPlaceholder
¶ Bases:
indico.util.placeholders.Placeholder
-
description
= lu'Email of the person'¶
-
name
= u'email'¶
-
classmethod
render
(person, event, **kwargs)¶
-
-
class
indico.modules.events.persons.placeholders.
EventLinkPlaceholder
¶ Bases:
indico.util.placeholders.Placeholder
-
description
= lu'Link to the event'¶
-
name
= u'event_link'¶
-
classmethod
render
(person, event, **kwargs)¶
-
-
class
indico.modules.events.persons.placeholders.
EventTitlePlaceholder
¶ Bases:
indico.util.placeholders.Placeholder
-
description
= lu'The title of the event'¶
-
name
= u'event_title'¶
-
classmethod
render
(person, event, **kwargs)¶
-
-
class
indico.modules.events.persons.placeholders.
FirstNamePlaceholder
¶ Bases:
indico.util.placeholders.Placeholder
-
description
= lu'First name of the person'¶
-
name
= u'first_name'¶
-
classmethod
render
(person, event, **kwargs)¶
-