{% extends "setup.html" %} {% load staticfiles %} {% block title %}Update bundle {{ bundle.name }}{% endblock %} {% block page-title %}
  • Updating bundle {{ bundle.name }} of destination {{ bundle.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.priority.errors }}
    {{ form.priority }}
    Cancel

    Start Date: {{ bundle.start_date | date:"d/m/Y" }}

    End Date: {{ bundle.end_date | date:"d/m/Y" }}

    {% endblock %} {% block js %} {{ block.super }} {% endblock %}