{% set title = 'Register' %} {% set page = 'auth-register.html' %} {% set body = false %} {% extends 'layouts/master.html' %} {% block plugins_css %} {% endblock %} {% block content_2 %} Register First Name Last Name Email Password Password Confirmation Your Home Country Indonesia Palestine Syria Malaysia Thailand Province West Java East Java City Postal Code I agree with the terms and conditions Register {% endblock %} {% block plugins_js %} {% endblock %} {% block page_js %} {% endblock %}