{% extends "base.html" %} {% load cropping %} {% block content %}

CropForeignKey Example

{% if imagefk %}
Example model instance {{ imagefk }}
Example cropping {{ imagefk.image.cropping }}
Image {{ imagefk.image }}
{% else %} Please create an instance with a example foreign key relation to an image first. {% endif %} {% endblock %}