Added ProposalDuplicates model and logic.
This will be used for storing the answer on duplicate calculations.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])