{% extends "base.html" %} {% block title %}Generate Slide Deck - ICDEV™{% endblock %} {% block content %} {% from "includes/classification_macros.html" import design_classification_banner %} {{ design_classification_banner('CUI') }}

Deck Settings

10 slides

Content Sources

Select which ICDEV™ live data sources to pull content from. All sources produce contextually relevant slide content automatically.

{% for src in source_types %} {% if src != 'upload' %} {% endif %} {% endfor %}

Graphics

Cancel
{% endblock %}