{% extends "admin/base_site.html" %} {% comment %} This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. {% endcomment %} {% load proto_tags %} {% load i18n admin_modify admin_static %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Relatório do repositório {{data_de}} {{data_de|default:''|date:'d/M/Y'}}

{% if qtd_grupos > 0 %}
{% endif %}

Filtro

Tipo do repositório:

{% for g in grupos %}

{{g.entidade}} {% if g.nome %} - {{g.nome}}{% endif %}{% if g.natureza %} - {{g.natureza}}{% endif %}

{% for r in g.repositorios %}
{{r.data_ocorrencia}} - {{r.estado}}
Ocorrência:
{{r.ocorrencia|linebreaksbr}}
Serviços:
{% for s in r.servicos %} {{s.nome}} {% if not forloop.last %}  /  {% endif %} {% empty %} --- {% endfor %}
{% if r.memorandos or r.tickets or r.patrimonios %}
Memorandos:
    {% for m in r.memorandos %}
  • {{m}}
  • {% empty %} --- {% endfor %}
OTRS:
    {% for m in r.tickets %}
  • {{m}}
  • {% empty %} --- {% endfor %}
Patrimônios:
    {% for p in r.patrimonios %}
  • {{p}}
  • {% empty %} --- {% endfor %}
{% endif %} {% if r.anexos %}
Arquivos:
{% for a in r.anexos %} {% empty %} --- {% endfor %}
{{a.nome}} ({{a.tamanho}} KBytes) {{a.palavras_chave}}
{% endif %}
{% endfor %} {% endfor %}
{% endblock %}