I have a model and a form (forms.ModelForm) in which I have an ImageField. The model resembles:
class Business(models.Model): business_name = models.Char
I'd put this into the template form
{% if business.business_image %} {% endif %}