{% load i18n mobile_tags %} Creme Mobile - {% translate 'Home' %} {% comment %} {% endcomment %} {% include 'mobile/frags/phonecall_script.html' %} {% comment %} {% endcomment %}
{% blocktranslate %}Welcome on Creme Mobile, {{user}}{% endblocktranslate %}
{% include 'mobile/frags/search_div.html' %}
{% if hot_activities %} {% blocktranslate count counter=hot_activities|length with start_time=today|date:_('H:i') today_date=today|date:_('j F') %}{{counter}} activity in progress at {{start_time}} this {{today_date}}{% plural %}{{counter}} activities in progress at {{start_time}} this {{today_date}}{% endblocktranslate %} {% else %} {% blocktranslate with start_time=today|date:_('H:i') today_date=today|date:_('j F') %}No activity in progress at {{start_time}} this {{today_date}}{% endblocktranslate %} {% endif %}
{% for activity in hot_activities %}
{% mobile_activity_card activity show_date=0 %}
{% endfor %}
{% if today_activities %} {% blocktranslate count counter=today_activities|length with today_date=today|date:_('j F') %}{{counter}} activity planned this {{today_date}}{% plural %}{{counter}} activities planned this {{today_date}}{% endblocktranslate %} {% else %} {% blocktranslate with today_date=today|date:_('j F') %}No activity planned this {{today_date}}{% endblocktranslate %} {% endif %}
{% for activity in today_activities %}
{% mobile_activity_card activity show_date=0 shortcut=1 %}
{% endfor %}
{% mobile_footer %} {% comment %} {% endcomment %}