-
+
\ No newline at end of file
diff --git a/cloud/endagaweb/templates/dashboard/network_detail/notifications.html b/cloud/endagaweb/templates/dashboard/network_detail/notifications.html
new file mode 100644
index 00000000..b4e1bd31
--- /dev/null
+++ b/cloud/endagaweb/templates/dashboard/network_detail/notifications.html
@@ -0,0 +1,297 @@
+{% extends "dashboard/layout.html" %}
+{% comment %}
+Copyright (c) 2016-present, Facebook, Inc.
+All rights reserved.
+
+This source code is licensed under the BSD-style license found in the
+LICENSE file in the root directory of this source tree. An additional grant
+of patent rights can be found in the PATENTS file in the same directory.
+{% endcomment %}
+{% load apptags %}
+{% load humanize %}
+{% load crispy_forms_tags %}
+{% load render_table from django_tables2 %}
+
+
+{% block title %}
+{% if network.name %}
+{% tmpl_const "SITENAME" %} | "{{ network.name }}"
+{% else %}
+{% tmpl_const "SITENAME" %} | Network
+{% endif %}
+{% endblock %}
+
+{% block pagestyle %}
+
+{% endblock %}
+
+{% block content %}
+{% include "dashboard/network_detail/header.html" with network=network active_tab='network-notifications' %}
+
+
+ {% include "dashboard/network_detail/nav.html" with active_tab='network-notifications' %}
+