{% extends 'layouts/layout_base.html' %} {% block body_content %}
Edit Signature
{% if error_message %}{% endif %} {% if inList %}

New issues that will be assigned to this bucket (list): {{ inListCount }}

{% endif %} {% if outList %}

Issues that will be removed from this bucket (list): {{ outListCount }}

{% endif %} {% if bucket.pk != None %}
{% else %} {% endif %} {% csrf_token %}


{% if inList %} {% include "signatures/include/crashentry_list.html" with entries=inList %} {% endif %} {% if outList %} {% include "signatures/include/crashentry_list.html" with entries=outList %} {% endif %}
{% endblock body_content %}