{% extends "base.html" %} {% block title %}callmem — {{ entity_type|capitalize }}s{% endblock %} {% block content %}
| Title | Content | Status | Priority | Flags | Actions |
|---|---|---|---|---|---|
|
{% if e.stale %} |
{{ (e.content or "")[:60] }} | {{ e.status or "-" }} | {{ e.priority or "-" }} | {% if e.pinned %}pinned{% endif %} {% if e.stale %} stale{% if e.staleness_reason %} · {{ e.staleness_reason }}{% endif %} {% endif %} | {% if not e.pinned %} {% else %} {% endif %} {% if not e.stale %} {% else %} {% endif %} |
No {{ entity_type }}s found.
{% endif %} {% endblock %}