{% load static %} {% if title %} Resonant GeoData - {{ title }} {% else %} Resonant GeoData {% endif %}
{% include 'rgd/_include/navbar.html' %}
{% if user.is_authenticated %}

{% block title %}{% endblock %}

{% block extra_title_content %}{% endblock %}
{% endif %}
{% if messages %}
{% for message in messages %} {% if message.level == DEFAULT_MESSAGE_LEVELS.SUCCESS %}
{{ message }}
{% endif %} {% if message.level == DEFAULT_MESSAGE_LEVELS.ERROR %}
{{ message }}
{% endif %} {% endfor %}
{% endif %}
{% if user.is_authenticated %} {% block content %}{% endblock %} {% else %} {% include 'rgd/_include/not_logged_in.html' %} {% endif %}
{% comment %}
Report an Issue
{% endcomment %}