Added methods that give the shipping information for a role entity.
The shipping fields are only given when all the required address fields are set. Otherwise the residential fields are returned.
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])