{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} app-django_celeryx model-task change-form{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %}

{% translate 'Send Task' %}

{% if registered_tasks %} {% else %} {% endif %}

{% translate 'Example:' %} [42, "hello", true]

{% translate 'Example:' %} {"countdown": 10}

{% endblock %}