{% extends 'base.html.twig' %}
{% block noscript %}
<noscript>
<div class="container" style="text-align:center; font-size:24px;">
<div style="position: fixed; top: 0px; left: 0px; z-index: 3000; height: 100%; width: 100%; background-color: #FFFFFF;">
<p>This website requires Javascript to be enabled in your browser.</p>
<p>Please follow the instructions to enable Javascript at <a href="http://www.enable-javascript.com/" target="_blank">http://www.enable-javascript.com/</a></p></div></div>
</noscript>
{% endblock %}
{% block menu %}
{% embed 'menu.html.twig' %}
{% endembed %}
{% endblock %}
{% block header %}
{% embed 'header-subpage.html.twig' %}
{% endembed %}
{% endblock %}
{% block stylesheets %}
<link href='//fonts.googleapis.com/css?family=Hind:600,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
{% embed 'import-libs/bootstrap.css.html.twig' %}{% endembed %}
{% embed 'import-libs/fontawesome.css.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.css.html.twig' %}{% endembed %}
{{ encore_entry_link_tags('css/v2') }}
{% endblock %}
{% block javascripts %}
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
<script type="text/javascript" src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
{% embed 'import-libs/bootstrap.js.html.twig' %}{% endembed %}
{% embed 'import-libs/jqueryDatatables.js.html.twig' %}{% endembed %}
<script type="text/javascript" src="/bundles/oxhoard/js/data_table.js"></script>
{% endblock %}
{% block body %}
{% endblock %}
{% block footer %}
{% embed 'footer.html.twig' %}
{% endembed %}
{% endblock %}