OK, then you will need to track down where the data is going missing in the chain from requesting it to displaying it. For example:
1. Is it in the request?
2. Is it in the response?
3. Is it in the model?
4. Is it in the view?
5. Is it in the template context?
6. Is there a field in the template to show it?