{% extends "base.html" %}
{% block title %}{{ created_by }} — nx console{% endblock %}
{% block content %}
{{ total_links }} links, {{ total_docs }} documents{{ created_by }}
{{ link_type }} ({{ type_links | length }})| From | To | Created |
|---|---|---|
| {{ link.get('from_t', '') }} | {{ link.get('to_t', '') }} | {{ link.get('created_at', '')[:19] }} |
| ... and {{ type_links | length - 50 }} more | ||
| Tumbler | Title | Type | Indexed |
|---|---|---|---|
| {{ doc.get('tumbler', '') }} | {{ doc.get('title', '') }} | {{ doc.get('content_type', '') }} |
{{ doc.get('indexed_at', '')[:19] }} |
| ... and {{ docs | length - 50 }} more | |||