{% load url from future %} CRITs: {% block title %}Collaborative Research Into Threats{% endblock %} {% block css_includes %} {% endblock %} {% if nav_template %} {% include nav_template %} {% endif %}
{% if request.user.is_authenticated %}

{{ user.first_name }} {{ user.last_name }} {% if user_role %}  ({{ user_role }}) {% endif %}

{% if user_notifications and user_notifications > 0 %}
{% endif %} {% include "subscription_widget.html" %} {% if user_role %}
{% endif %}
{% endif %}
{% block content %}{% endblock %}
CRITs™ Copyright © 2014 The MITRE Corporation. All Rights Reserved. {% if request.user.is_authenticated %} {{ classification }} Version: {{ crits_version }} Hosted by: {{ company_name }} {{ instance_name }} Instance (DB: {{mongo_database }}) {% if user_role %} Last login: {{ user.last_login|date }}
{% endif %} {% endif %}
{% if request.user.is_authenticated %} {% endif %} {% if request.user.is_authenticated %} {% endif %} {% block javascript_includes %} {% endblock %}