{% extends 'menu/menu_ion.html' %}
{% load static %}
{% block title %}Mis Direcciones{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
{% include 'ionic_refresher.html' %}
{% if maps_opcion == 0 %}
Obtener Punto Actual
Guardar Punto Actual
{% endif %}
{% endblock %}
{% block scripts %}
{% endblock %}