{% extends 'base.html' %} {% block title %}Графики{% endblock %} {% block content %}
{% include "registration/_global_filter.html" %}
{% include "registration/_attack_sources.html" %}
{% include "registration/_attack_trend.html" %}
{% include "registration/_multiple_targets.html" %}
{% include "registration/_multiple_targets_summary.html" %}
{% endblock %} {% block javascript %} {% endblock %}