+{% endblock %}
diff --git a/RIGS/templates/hs/hs_list.html b/RIGS/templates/hs/hs_list.html
new file mode 100644
index 00000000..221eecd2
--- /dev/null
+++ b/RIGS/templates/hs/hs_list.html
@@ -0,0 +1,52 @@
+{% extends 'base_rigs.html' %}
+{% load paginator from filters %}
+{% load button from filters %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/RIGS/templates/hs/hs_object_list.html b/RIGS/templates/hs/hs_object_list.html
new file mode 100644
index 00000000..c3ebaf4d
--- /dev/null
+++ b/RIGS/templates/hs/hs_object_list.html
@@ -0,0 +1,59 @@
+{% extends 'base_rigs.html' %}
+{% load paginator from filters %}
+{% load help_text from filters %}
+{% load verbose_name from filters %}
+{% load get_field from filters %}
+
+{% block title %}{{ title }} List{% endblock %}
+
+{% block content %}
+
+ {% endif %}
+{% endblock %}
diff --git a/RIGS/templates/hs/ra_print.xml b/RIGS/templates/hs/ra_print.xml
new file mode 100644
index 00000000..4dabd8d3
--- /dev/null
+++ b/RIGS/templates/hs/ra_print.xml
@@ -0,0 +1,135 @@
+{% extends 'base_print.xml' %}
+{% load filters %}
+
+{% block content %}
+
+
+ General |
+
+
+ | {{ object|help_text:'nonstandard_equipment'|striptags }} |
+ {{ object.nonstandard_equipment|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'nonstandard_use'|striptags }} |
+ {{ object.nonstandard_use|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'contractors'|striptags }} |
+ {{ object.contractors|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'other_companies'|striptags }} |
+ {{ object.other_companies|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'crew_fatigue'|striptags }} |
+ {{ object.crew_fatigue|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'general_notes'|striptags }} |
+ {{ object.general_notes|default:'No' }} |
+
+
+ Power{{ object.get_event_size_display }} |
+
+
+ | {{ object|help_text:'big_power'|striptags }} |
+ {{ object.big_power|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'power_mic'|striptags }} |
+ {{ object.power_mic|default:object.event.mic }} |
+
+
+ | {{ object|help_text:'outside'|striptags }} |
+ {{ object.outside|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'generators'|striptags }} |
+ {{ object.generators|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'other_companies_power'|striptags }} |
+ {{ object.other_companies_power|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'nonstandard_equipment_power'|striptags }} |
+ {{ object.nonstandard_equipment_power|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'multiple_electrical_environments'|striptags }} |
+ {{ object.multiple_electrical_environments|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'power_notes'|striptags }} |
+ {{ object.power_notes|default:'No' }} |
+
+
+ Sound |
+
+
+ | {{ object|help_text:'noise_monitoring'|striptags }} |
+ {{ object.noise_monitoring|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'sound_notes'|striptags }} |
+ {{ object.sound_notes|default:'No' }} |
+
+
+ Site Details |
+
+
+ | {{ object|help_text:'known_venue'|striptags }} |
+ {{ object.known_venue|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'safe_loading'|striptags }} |
+ {{ object.safe_loading|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'safe_storage'|striptags }} |
+ {{ object.safe_storage|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'area_outside_of_control'|striptags }} |
+ {{ object.area_outside_of_control|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'barrier_required'|striptags }} |
+ {{ object.barrier_required|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'nonstandard_emergency_procedure'|striptags }} |
+ {{ object.nonstandard_emergency_procedure|yesno|capfirst }} |
+
+
+ Structures |
+
+
+ | {{ object|help_text:'special_structures'|striptags }} |
+ {{ object.special_structures|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'suspended_structures'|striptags }} |
+ {{ object.suspended_structures|yesno|capfirst }} |
+
+
+ | {{ object|help_text:'persons_responsible_structures'|striptags }} |
+ {{ object.persons_responsible_structures|default:'N/A' }} |
+
+
+{% endif %}
+{% endblock %}
diff --git a/RIGS/templates/hs/risk_assessment_detail.html b/RIGS/templates/hs/risk_assessment_detail.html
new file mode 100644
index 00000000..56898159
--- /dev/null
+++ b/RIGS/templates/hs/risk_assessment_detail.html
@@ -0,0 +1,166 @@
+{% extends request.is_ajax|yesno:"base_ajax.html,base_rigs.html" %}
+{% load filters %}
+
+{% block content %}
+
+{% endblock %}
diff --git a/RIGS/templates/hs/risk_assessment_form.html b/RIGS/templates/hs/risk_assessment_form.html
new file mode 100644
index 00000000..28184cd3
--- /dev/null
+++ b/RIGS/templates/hs/risk_assessment_form.html
@@ -0,0 +1,176 @@
+{% extends request.is_ajax|yesno:'base_ajax.html,base_rigs.html' %}
+{% load widget_tweaks %}
+{% load static %}
+{% load help_text from filters %}
+{% load nice_errors from filters %}
+
+{% block css %}
+
+{% endblock %}
+
+{% block preload_js %}
+
+{% endblock %}
+
+{% block js %}
+
+
+
+
+{% endblock %}
+
+{% block content %}
+