{% extends 'base.html' %}
{% block title %}{{ facility_name }} Rules{% endblock %}
{% block content %}
{% if facility_rules_tutorial %}
{{ facility_rules_tutorial|safe }}
{% else %}
The {{ facility_name }} rules tutorial has not been customized for your organization yet. {% if user.is_superuser %}Visit the customizations page to set it up.{% endif %}
{% endif %}
{% endblock %}