{% extends "view_page_detail.html" %} {% load my_tags %} {% block content %}
{% include "detail_breadcrumb.html" %}
{% comment %} 4 cols {% endcomment %} {% if pickform.errors %}

The following fields have errors. Please correct and try again.

{{pickform.errors}}

{% endif %} {% csrf_token %} {% if user.is_authenticated %} {% else %} {% endif %}
Pick:{{pickform.picklist}}
{% if user.is_superuser %} {% make_button "Cancel" "/%s/%s" object_type object_handle args %} {% else %} {% endif %} {% endblock %}