{% extends "base.html" %} {% block title %} » Supplies » {{supply.id}} » Edit {% endblock %} {% block nav %} » Supplies » {{supply.id}} » Edit {% endblock %} {% block content %} {% if request.method == 'GET' and request.values.delete %}
Start date | Finish date | Import Mpan Core | Export Mpan Core |
---|---|---|---|
{{era.start_date|hh_format}} | {{era.finish_date|hh_format}} | {% if era.imp_mpan_core %} {{era.imp_mpan_core}} {% endif %} | {% if era.exp_mpan_core %} {{era.exp_mpan_core}} {% endif %} |