{% extends "base.html" %} {% load humanize %} {% block extratitle %} {{ object.filename }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • integrator
  • {{ object.filename }}
  • {% endblock %} {% block content %}

    {{ object.verbose_name }} - plik {{ object.filename }}

    Status {{ object.get_status_display }} Ostatnia zmiana {{ object.last_updated_on|naturaltime }}
    Kod błędu {{ object.extra_info|default:"brak" }} Wszystkich rekordów {{ object.records.count }}
    Zintegrowano automatycznie {{ object.integrated.count }} Nie zintegrowano {{ object.not_integrated.count }}
    {% if object.status > 1 and object.not_integrated.count %}

    Rekordy niezintegrowane:

    {% if is_paginated %} {% endif %} {% for col in object.header_columns %} {% endfor %} {% for row in object_list %} {% for col in row %} {% endfor %} {% endfor %}
    {{ col }}
    {{ col }}
    {% endif %} {% endblock %}