{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans "Alliance Auth - Structure Timer Create" %}{% endblock %} {% block page_title %}{% trans "Timer Create" %}{% endblock page_title %} {% block content %}

{% trans "Create Structure Timer" %}

{% endblock content %}