{% load killian_format %} {% block title %}Killian{% endblock %} {% include 'core/_topbar.html' %}
{% if user.is_authenticated and org %} {% include 'core/_organization_sidebar.html' %} {% endif %}
{% if user.is_authenticated %} {% if favorite_can_toggle %} {% endif %} {% endif %} {% for message in messages %}
{{ message }}
{% endfor %} {% block content %}{% endblock %}
{% if user.is_authenticated and org %}
Record
Loading…
{% endif %}
Copied to Clipboard
{% block scripts %}{% endblock %}