{% load staticfiles %} {% block extrastyle %}{% endblock extrastyle %}
{% if user.is_active %}
Welcome, {% firstof user.get_short_name user.get_username %} {% if user.userprofile.company %}(상호: {{ user.userprofile.company }}){% endif %}
PASSWORD
{% else %}
LOGIN
JOIN
{% endif %} {% if user.is_active %}
LOGOUT
{% endif %} {% if user.is_staff %}
ADMIN
{% endif %} {% if order_contract.kindergarten %}
{{ order_contract.kindergarten }}의 리틀스마트
{% endif %}
유치원선택
{% block header %}{% endblock header %} {% block content %}{% endblock content %} {% block extrascript %}{% endblock extrascript %}