Mercurial > libervia-backend
comparison src/tools/common/data_objects.py @ 2300:173d56315529
jp (event/invitee): added list command to get R.S.V.P. :
RSVP are gotten for invitees node, and R.S.V.P. are displayed. Then a summary display the number of yes, maybe and no, and the expected number of guests.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 02 Jul 2017 20:09:25 +0200 |
parents | a8eaaac4d80f |
children | a37457da2bb7 |
comparison
equal
deleted
inserted
replaced
2299:a3cd2ac25d58 | 2300:173d56315529 |
---|---|
15 # GNU Affero General Public License for more details. | 15 # GNU Affero General Public License for more details. |
16 | 16 |
17 # You should have received a copy of the GNU Affero General Public License | 17 # You should have received a copy of the GNU Affero General Public License |
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 """ Objects handling bridge data, with jinja2 safe markup handling""" | 20 """Objects handling bridge data, with jinja2 safe markup handling""" |
21 | 21 |
22 from sat.tools.common import data_format | 22 from sat.tools.common import data_format |
23 try: | 23 try: |
24 from jinja2 import Markup as safe | 24 from jinja2 import Markup as safe |
25 except ImportError: | 25 except ImportError: |