{% extends 'allianceauth/base.html' %} {% load static %} {% load bootstrap %} {% block page_title %}New Entry{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}

{{ rotation.name }}

New Entry

{% csrf_token %} {{ entryform.non_field_errors }}
{{ entryform.estimated_total.label_tag }} {{ entryform.estimated_total }}
{{ entryform.estimated_total.errors }}
{{ shareforms.management_form }}
{% if shareforms.initial_form_count > 0 %} Character Setup Count {% else %} No character yet {% endif %} {% for sform in shareforms %} {{ sform.user }} {{ sform.helped_setup }} {{ sform.share_count }} {% endfor %}
{% for user in availableusers %} {% endfor %}
Back
{% endblock content %} {% block extra_javascript %} {% endblock extra_javascript %} {% block extra_script %} {% endblock extra_script %}