{% extends "bootstrap/base.html" %} {% block title %}Data Download{% endblock %} {% block content %}
{# Display logo #}
DLU Logo
{# If the error value is set, display the error in red text #} {% if error %}
{{ error }}
{% endif %} {# If the message value is set, display the message in green text #} {% if message %}
{{ message }}
{% endif %} {# Form which takes in Character Name #}
{# Account Name input #}
Full character name.
{# Submit button #}
{% endblock %}