{% extends "admin/base_site.html" %} {% load i18n admin_urls admin_static admin_modify %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block coltype %}colM{% endblock %} {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-form{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% blocktrans %}Repeat the task {{ obj }}{% endblocktrans %}

{% blocktrans %}The selected task will be copied until the new start times have reached the limit below. {% endblocktrans %}

{% trans 'Category:' %}{{ obj.category }}
{% trans 'Start time:' %}{{ obj.start_time }}
{% trans 'End time:' %}{{ obj.end_time }}
{% csrf_token %}{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} {% if errors %}

{% if errors|length == 1 %}{% trans "Please correct the error below." %}{% else %} {% trans "Please correct the errors below." %}{% endif %}

{{ form.non_field_errors }} {% endif %} {{ form.as_table }}
{{ form.media }}
{# JavaScript for prepopulated fields #} {% prepopulated_fields_js %}
{% endblock %}