Did you see any error message?
I do see an error when trying the IFRC template, not currently sure why, as Field is in the default environment:
Traceback (most recent call last):
File "/home/fboon/code/web2py/gluon/restricted.py", line 219, in restricted
exec(ccode, environment)
File "applications/eden/models/zzz_1st_run.py", line 200, in <module>
s3db.load_all_models()
File "/home/fboon/code/web2py/applications/eden/modules/s3/s3model.py", line 422, in load_all_models
cls.load(name)
File "/home/fboon/code/web2py/applications/eden/modules/s3/s3model.py", line 390, in load
model(name)
File "/home/fboon/code/web2py/applications/eden/modules/s3/s3model.py", line 119, in __init__
env = self.model()
File "/home/fboon/code/web2py/applications/eden/modules/templates/IFRC/po.py", line 71, in model
Field("name",
NameError: name 'Field' is not defined