{% extends "lingo/invoicing/manager_campaign_detail.html" %} {% load gadjo static i18n %} {% block breadcrumb %} {{ block.super }} {% if kind == 'all' %} {% url 'lingo-manager-invoicing-corrective-campaign-all-agendas-add' regie_pk=regie.pk pk=log.campaign.pk as add_url %} {% else %} {% url 'lingo-manager-invoicing-corrective-campaign-agenda-add' regie_pk=regie.pk pk=log.campaign.pk agenda_pk=agendas.0.pk as add_url %} {% endif %} {% if has_running_corrective %} {% trans 'Update corrective campaign' %} {% else %} {% trans 'New corrective campaign' %} {% endif %} {% endblock %} {% block appbar %}

{% if has_running_corrective %} {% trans 'Update corrective campaign' %} {% else %} {% trans 'New corrective campaign' %} {% endif %}

{% endblock %} {% block content %}
{% csrf_token %}

{% if has_running_corrective %} {% if kind == 'all' %} {% trans "Add these agendas to the current corrective campaign:" %} {% else %} {% trans "Add this agenda to the current corrective campaign:" %} {% endif %} {% else %} {% if kind == 'all' %} {% trans "Start a corrective campaign with these agendas:" %} {% else %} {% trans "Start a corrective campaign with this agenda:" %} {% endif %} {% endif %}

{% trans 'Cancel' %}
{% endblock %} {% block sidebar %} {% endblock %}