{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} {% if drug_search %} Back To Drug Info Detail {% else %} Back To Site Drug List {% endif %}

 

{% csrf_token %}
Manufacturer: {{ instance.manufacturer.name }}
Shape: {{ instance.shape.name }}
Color: {{ instance.color.name }}
Current Drug Image: {% if instance.id %} {% url 'site:get-pill-image' instance.id as image_src %} {% include 'crop-image.html' with image_src=image_src delete_value=instance.id aspect_ratio=2 %} {% endif %}
Select New Drug Image: {{ drug_img_form.img_file }}
{% endblock %}