diff --git a/views/location-ar.twig b/views/location-ar.twig
index 4727350..dafea13 100644
--- a/views/location-ar.twig
+++ b/views/location-ar.twig
@@ -4,14 +4,14 @@
{% block content %}
-
+
I'm not at home: add my address.
diff --git a/views/need-ar-money.twig b/views/need-ar-money.twig
new file mode 100644
index 0000000..81666e3
--- /dev/null
+++ b/views/need-ar-money.twig
@@ -0,0 +1,33 @@
+{% extends "base.twig" %}
+
+{% block title %}Money (in Arabic){% endblock %}
+
+{% block standfirst %}
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum maximus tincidunt sagittis. Pellentesque justo neque, tincidunt non viverra nec, auctor eget nisl.
+{% endblock %}
+
+{% block content %}
+
+
+
+
Post office
+
If you have your identification card you can get money form the Post Office.
+
+
+ Find a Post Office
+
+
+
+
+
+{% endblock %}
diff --git a/views/need-en-money.twig b/views/need-en-money.twig
new file mode 100644
index 0000000..299d073
--- /dev/null
+++ b/views/need-en-money.twig
@@ -0,0 +1,33 @@
+{% extends "base.twig" %}
+
+{% block title %}Money{% endblock %}
+
+{% block standfirst %}
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum maximus tincidunt sagittis. Pellentesque justo neque, tincidunt non viverra nec, auctor eget nisl.
+{% endblock %}
+
+{% block content %}
+
+
+
+
Post office
+
If you have your identification card you can get money form the Post Office.
+
+
+ Find a Post Office
+
+
+
+
+
+{% endblock %}
diff --git a/views/result-ar-postoffice.twig b/views/result-ar-postoffice.twig
deleted file mode 100644
index 9614022..0000000
--- a/views/result-ar-postoffice.twig
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "base.twig" %}
-
-{% block title %}{% endblock %}
-
-{% block content %}
-{% endblock %}
diff --git a/views/result-en-postoffice.twig b/views/result-en-postoffice.twig
deleted file mode 100644
index 9614022..0000000
--- a/views/result-en-postoffice.twig
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "base.twig" %}
-
-{% block title %}{% endblock %}
-
-{% block content %}
-{% endblock %}
diff --git a/views/results-ar-postoffice.twig b/views/results-ar-postoffice.twig
new file mode 100644
index 0000000..267e1ac
--- /dev/null
+++ b/views/results-ar-postoffice.twig
@@ -0,0 +1,47 @@
+{% extends "base.twig" %}
+
+{% block title %}Post offices near you (in Arabic){% endblock %}
+
+{% block content %}
+
+
+
+
228 Shoreham St, Sheffield, England
+
+
+
+
+
+
+
+
43 Charles St, Sheffield, England
+
+
+
+{% endblock %}
diff --git a/views/results-en-postoffice.twig b/views/results-en-postoffice.twig
new file mode 100644
index 0000000..8e39a92
--- /dev/null
+++ b/views/results-en-postoffice.twig
@@ -0,0 +1,47 @@
+{% extends "base.twig" %}
+
+{% block title %}Post offices near you{% endblock %}
+
+{% block content %}
+
+
+
+
228 Shoreham St, Sheffield, England
+
+
+
+
+
+
+
+
43 Charles St, Sheffield, England
+
+
+
+{% endblock %}
diff --git a/views/start.twig b/views/start.twig
index 539ced8..b0a7031 100644
--- a/views/start.twig
+++ b/views/start.twig
@@ -1,16 +1,18 @@
-{% extends "base.twig" %}
-
-{% block title %}Welcome to Sheffield!{% endblock %}
-
-{% block content %}
-
-{% endblock %}
+{% extends "base.twig" %}
+
+{% block languages %}{% endblock %}
+
+{% block title %}Welcome to Sheffield!{% endblock %}
+
+{% block content %}
+
+{% endblock %}