Commit 43abf76e authored by Mario Chirinos's avatar Mario Chirinos

status id publisher

parent 59632992
......@@ -64,6 +64,7 @@ es<!DOCTYPE html>
<table class="table table-hover">
<tbody>
<tr>
<th>ID</th>
<th>Medio</th>
<th>Origen</th>
<th>Documentos</th>
......@@ -73,7 +74,7 @@ es<!DOCTYPE html>
</tr>
{% for k, v in textPublishers.items %}
<tr>
<td>{{k}}</td><td>{{v.origen}}</td><td>{{v.docs|intcomma}}</td><td>{{v.startDate|date:"M d, Y"}}</td><td>{{v.endDate|date:"M d, Y"}}</td>
<td>{{v.id}}</td><td>{{k}}</td><td>{{v.origen}}</td><td>{{v.docs|intcomma}}</td><td>{{v.startDate|date:"M d, Y"}}</td><td>{{v.endDate|date:"M d, Y"}}</td>
<td>
{% if v.docs == 0 %}
<span class="label label-danger"> Sin Documentos</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment