{% extends "setup.html" %} {% load staticfiles %} {% block css %} {{ block.super }} {% endblock %} {% block title %}Add bundles to {{ destination_group }}{% endblock %} {% block page-title %}
  • Adding bundles to provider {{ destination_group.provider.name }} for destination {{ destination_group.destination_name.name }}
  • {% endblock %} {% block content %}
    {% csrf_token %} {{ form.non_field_errors }}
    {{ form.name.errors }}
    {{ form.name }}
    {{ form.tariff_mode.errors }}
    {{ form.tariff_mode }}
    {{ form.cost.errors }}
    {{ user_info.currency_symbol }} {{ form.cost }} {{ user_info.currency_code }}
    {{ form.amount.errors }}
    {{ form.amount }}
    {{ form.start_date.errors }}
    {{ form.start_date }}
    {{ form.end_date.errors }}
    {{ form.end_date }}
    {{ form.priority.errors }}
    {{ form.priority }}
    Cancel
    {% endblock %} {% block js %} {{ block.super }} {% endblock %}