{% set selected_tab='latest_interpretations' %} {% extends 'base.html' %} {% block content %}
An open-source law hosting platform that allows online communities to easily create, collaborate, and publish their own body of law.
{% if current_user.is_authenticated %} {% include 'book/components/header_buttons.html' %} {% endif %}Interpretations not found!
{% endif %} {% for interpretation in interpretations %} {% with show_breadcrumbs=True %} {% include 'book/components/interpretation_list_item.html' %} {% endwith %} {% endfor %} {% if current_user.is_authenticated and page.pages > 1 %}