{% extends 'base.html' %} {% load i18n %} {% block title %}{{ site_settings.brand_name }} - {% trans "观察HR · 连接人才 · 探索未来工作" %}{% endblock %} {% block content %}

{% if featured_interview %}FEATURED INTERVIEW{% else %}{% trans "HR OBSERVER" %}{% endif %}

{% if featured_interview %} {% if lang and lang|slice:":2" == 'en' and featured_interview.title_en %} {{ featured_interview.title_en }} {% else %} {{ featured_interview.title_zh }} {% endif %} {% else %} {% trans "观察HR · 连接人才 · 探索未来工作" %} {% endif %}

{% if featured_interview %} {% if lang and lang|slice:":2" == 'en' and featured_interview.summary_en %} {{ featured_interview.summary_en }} {% else %} {{ featured_interview.summary_zh }} {% endif %} {% else %} {% trans "对话顶级HR Leader:从招聘、组织到AI Agent,重新理解未来的人与工作。" %} {% endif %}

{% if featured_interview %} {% trans "阅读访谈" %} → {% endif %}
{% if latest_insights %}

{% trans "最新洞察" %} / Latest Insights

{% trans "查看全部" %} →
{% for article in latest_insights %} {% include 'partials/article_card.html' with article=article article_type='insight' %} {% endfor %}
{% endif %} {% if hr_leaders %}

HR Leaders

{% trans "查看全部" %} →
{% for person in hr_leaders %} {% include 'partials/person_card.html' %} {% endfor %}
{% endif %} {% if ai_hr_articles %}

AI × HR

{% trans "查看全部" %} →
{% for article in ai_hr_articles %} {% include 'partials/article_card.html' with article=article article_type='ai_hr' %} {% endfor %}
{% endif %} {% if talent_articles %}

Talent Intelligence

{% for article in talent_articles %} {% include 'partials/article_card.html' with article=article article_type='talent' %} {% endfor %}
{% endif %} {% if tool_reviews %}

HR Observer Tested

{% for article in tool_reviews %} {% include 'partials/article_card.html' with article=article article_type='tool_review' %} {% endfor %}
{% endif %} {% if opinions %}

Michael's Notes

{{ site_settings.founder_name }} · {{ site_settings.founder_title_zh }}

{% for article in opinions %} {% include 'partials/article_card.html' with article=article article_type='opinion' %} {% endfor %}
{% endif %}

HR Observer Weekly

{{ site_settings.newsletter_subtitle_zh }}

{% csrf_token %}
{% endblock %}